Parameters for creating a modal tool in the tool container
export interface ModalToolCreationParameters { action?: RegisteredAction<NoArgsAction>; icon?: string; title?: string; tooltip?: BasicTooltipContent;} Copy
export interface ModalToolCreationParameters { action?: RegisteredAction<NoArgsAction>; icon?: string; title?: string; tooltip?: BasicTooltipContent;}
Optional
Action associated with tool activation
Icon resource
Localized title of the tool
Tooltip description of the tool
Parameters for creating a modal tool in the tool container
Source