CommonToolbarItem Interface

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

Properties

Name Type Description
badge Readonly undefined | BadgeType Describes badge.  
description Readonly string | ConditionalStringValue Optional description  
groupPriority Readonly undefined | number Specifies the item's grouping value.  
id Readonly string Require uniqueId for the item.  
isActive Readonly undefined | boolean 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: 05 April, 2024