A Buttons configuration.

Hierarchy

  • Button

Properties

Properties

action?: (() => any)

Type declaration

    • (): any
    • A function to be called if button was clicked.

      Returns any

class?: string

Button style class.

css?: string

Additional custom styles.

id?: string

Unique button id.

name?: string

Button text.