Interface IItemToolbarPermissionsConfig
A structure containing the configuration of the Floating item toolbar. To enable the Floating item toolbar on the canvas, set the floatingItemToolbarEnabled property to true. For details, refer to the User interface overview topic.
Package: IframeApi
Properties
showDeleteButton
Enables the Delete button. The default value is true.
Declaration
showDeleteButton?: boolean
Property Value
Type | Description |
---|---|
boolean |
showEditButton
Enables the Edit button. The default value is true.
Declaration
showEditButton?: boolean
Property Value
Type | Description |
---|---|
boolean |
showSelectButton
Enables the Select Image button. The default value is true.
Declaration
showSelectButton?: boolean
Property Value
Type | Description |
---|---|
boolean |