API Reference > ui-framework > Item > ToolItemProps ToolItemProps Interface Properties for a Tool item with a tool id. Extends ItemProps CommandHandler Inherited methods Name Inherited from Description execute(args?: any): any Optional CommandHandler Function to execute getCommandArgs(): any[] Optional CommandHandler Function to get the parameters passed to the function stateFunc(state: Readonly<BaseItemState>): BaseItemState Optional ItemProps Function called to get the new items state Properties Name Type Description toolId string Inherited properties Name Type Inherited from Description applicationData undefined | any ItemProps can be used by application to store miscellaneous data. badgeType undefined | BadgeType ItemProps Badge to be overlaid on the item. className undefined | string ItemProps Custom CSS class name description string | ConditionalStringValue | StringGetter ItemProps if set, it is used to explicitly set the description shown by a component. descriptionKey undefined | string ItemProps if set, it is used to define a key that is used to look up a localized string. icon string | ConditionalStringValue ItemProps abstract icon definition, used when create itemDef from abstract item (ie. iconSpec undefined | IconSpec ItemProps CSS class name or SvgSprite/SvgPath for icon isActive undefined | boolean ItemProps if set, component will be considered "active" an will display an "active stripe" - defaults to false isDisabled boolean | ConditionalBooleanValue ItemProps if true component will be disabled - defaults to false isEnabled undefined | boolean ItemProps if set, component will be enabled - defaults to true isHidden boolean | ConditionalBooleanValue ItemProps if true component will be hidden - defaults to false isPressed undefined | boolean ItemProps if set, component will be considered selected but will NOT display an "active stripe" - defaults to false. isVisible undefined | boolean ItemProps if set, component will be visible - defaults to true label string | ConditionalStringValue | StringGetter ItemProps if set, it is used to explicitly set the label shown by a component. labelKey undefined | string ItemProps if set, it is used to define a key that is used to look up a localized string. parameters undefined | any CommandHandler Parameters passed to the function stateSyncIds undefined | string[] ItemProps Synchronize Ids to listen for style undefined | CSSProperties ItemProps Custom CSS style properties tooltip string | ConditionalStringValue | StringGetter ItemProps used to explicitly set the tooltip shown by a component. tooltipKey undefined | string ItemProps if set, it is used to define a key that is used to look up a localized string. Defined in ui/framework/src/ui-framework/shared/ItemProps.ts Line 67 Last Updated: 11 June, 2024