Zum Hauptinhalt springen

MultiGadgetItem

MultiGadgetItem = object

Properties

label?

optional label: string

The label of the item.


icon?

optional icon: string

The icon of the item.


tooltip?

optional tooltip: string

The tooltip of the item.


click?

optional click: MultiGadgetClickHandler

The click handler of the item. Can be a function or the name of a script.


styles?

optional styles: MultiGadgetStyles

The styles of the item as an object with CSS properties.


iconStyle?

optional iconStyle: MultiGadgetStyles

The styles that get specifically applied to the icon.


labelStyle?

optional labelStyle: MultiGadgetStyles

The styles that get specifically applied to the label.


visible?

optional visible: boolean

Whether the item is disabled.

Default

true