Interface: ModalToolCreationParameters
Beta
Parameters for creating a modal tool in the tool container
Properties
action?
optionalaction?:RegisteredAction<NoArgsAction>
Beta
Remarks
Action associated with tool activation
contentBadgeId?
optionalcontentBadgeId?:string
Beta
Remarks
Content badge id associated with the modal tool
icon?
optionalicon?:string
Beta
Remarks
Icon resource
staging?
optionalstaging?:boolean
Beta
Remarks
When true, the tool will be excluded from tool groups and tool rail
title?
optionaltitle?:string
Beta
Remarks
Localized title of the tool
tooltip?
optionaltooltip?:BasicTooltipContent
Beta
Remarks
Tooltip description of the tool
