Skip to content

TimelineWidgetActionButton Type documentation

Interface representing an action item in the timeline widget.
Properties
Action that called when the item action is triggered.
action: (source: this) => void
The class name to define the button style
customClass?: string
The web font icon class name (e.g. element-settings-outline).
icon?: string from icon
Defines if only the icon is shown in the default navigation bar.
iconOnly?: boolean from iconOnly
Label that is shown to the user.
label: string from label
type: "action"

Types Documentation

Base for action items in the timeline widget.
Properties
The web font icon class name (e.g. element-settings-outline).
icon?: string
Defines if only the icon is shown in the default navigation bar.
iconOnly?: boolean
Label that is shown to the user.
label: string
Property
The web font icon class name (e.g. element-settings-outline).
Defines if only the icon is shown in the default navigation bar.
Label that is shown to the user.

Except where otherwise noted, content on this site is licensed under MIT License.