Zum Hauptinhalt springen

MultiGadgetOptions

MultiGadgetOptions = object

Properties

id?

optional id: string

The unique identifier of the gadget.


optional header: MultiGadgetItem

The header of the gadget.


buttons?

optional buttons: MultiGadgetButton[]

The buttons of the gadget.


script?

optional script: string

The script to load additional buttons asynchronously.


renderType?

optional renderType: "dashboard" | "gadget"

Whether to render the gadget as a dashboard tile or a standalone gadget.

Default

"dashboard"