Skip to Content
SettingsAddonsForm design schemaModelsAdditional Action Item

AdditionalActionItem

Interface

interface IAdditionalActionItem { key: string; name: string | ILocales; iconName: string; onClick: onClickActions; visible?: boolean; }
Last updated on