Interface ToggleButtonOptions

The option for the ToggleButton

Hierarchy

Properties

containerClassName?: string

Style class name for the container *

containerToToggle: Container

The Container which visibility get toggled *

iconClassName?: null | string

Style class name for the button element *

iconClassNameToggled?: string

The css class name of the font icon visible when the button is clicked *

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 *

unicodeToggled?: number

The unicode of the font icon visible when the button is clicked *

Generated using TypeDoc