CommonToolbarItem Interface

Describes the data needed to insert a UI items into an existing set of UI items.

Properties

Name Type Description
badge Readonly BadgeType | undefined Describes badge.  
description Readonly string | ConditionalStringValue Optional description  
groupPriority Readonly number | undefined Specifies the item's grouping value.  
id Readonly string Require uniqueId for the item.  
isActive Readonly boolean | undefined Defines if the item is active (shown with an active stripe/bar).  
isDisabled Readonly boolean | ConditionalBooleanValue Describes if the item is enabled or disabled.  
isHidden Readonly boolean | ConditionalBooleanValue Describes if the item is visible or hidden.  
itemPriority Readonly number Priority within a toolbar or group.  

Defined in

Last Updated: 13 May, 2024