Skip to main content
customTrayButtons() Prebuilt Custom Returns all currently configured custom tray buttons. Each button is keyed by its button ID.

Return value

Returns a DailyCustomTrayButtons object — a map of button ID strings to DailyCustomTrayButton objects:
string
URL of the button icon in light mode.
string
Optional. URL of the button icon in dark mode.
string
The button label shown in the tray.
string
Tooltip text shown on hover.
string
Optional. The button’s current visual state: 'default', 'active', or 'disabled'.

Example

See also