Interface ButtonControlOptions

Options for creating a button control.

Hierarchy

  • ButtonControlOptions

Properties

addClass?: string

Additional css class string

html?: string | HTMLElement

Button content.

onClick: OnClick

Set an action to execute when button clicked.

title?: string

Button HTMLElement title

Generated using TypeDoc