Properties of the button to add an item.

Hierarchy

Properties

buttonStyle?: "text" | "icons"

Button style.

onAddClick: ((event?) => void)

Type declaration

    • (event?): void
    • Function to call to add an item.

      Parameters

      • Optional event: any

      Returns void

translator?: ITranslator

Translator for button text.

Generated using TypeDoc