Interface ButtonOptions

Options for Button

Hierarchy

Properties

containerClassName?: string

Style class name for the container *

iconClassName?: null | string

Style class name for the button element *

preventDefault?: boolean

If 'true' the default button click handler will not be executed *

tooltip?: string

The text used for the title and aria attributes of the button container and the button itself. *

tooltipAsTextElement?: boolean

If 'true' the tooltip text will be rendered as visible text element *

unicode?: null | number

The unicode number of the font icon, e.g. 0xe903 *

Generated using TypeDoc