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: TranslatableString 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: TranslatableString
Property
The web font icon class name (e.g. element-settings-outline).
Defines if only the icon is shown in the default navigation bar.
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.
Label that is shown to the user.
Translatable
import

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