A default button with a "tools" icon

Hierarchy

Constructors

Properties

button: HTMLButtonElement

The HTML element of the button *

childControls: Control[]

The child controls

iconClassName: null | string

The icons css class name *

on: ButtonOnSignature<EventsKey>
unicode: null | number

The unicode for the font icon *

Methods

  • This is the default click handler of a button

    Override it for your benefit or disable execution with options.preventDefault

    Parameters

    • event: BaseEvent

    Returns boolean

Generated using TypeDoc