Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for ToolbarButttonComponent props.

Hierarchy

  • IProps

Index

Properties

Optional actualOnClick

actualOnClick: boolean

Trigger the button on the actual onClick event rather than onMouseDown.

See note in ToolbarButtonComponent below as to why the default is to trigger on onMouseDown.

Optional className

className: string

Optional enabled

enabled: boolean

Optional icon

Optional iconClass

iconClass: string

Optional iconLabel

iconLabel: string

Optional label

label: string

Optional onClick

onClick: () => void

Type declaration

    • (): void
    • Returns void

Optional tooltip

tooltip: string

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc