Interface IPlaceholderPermissionsData
A structure defining the image placeholder permissions.
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"placeholder": {
"placeholderPermissions": {
"allowEditContent": false
}
}
}
}
Properties
allowEditContent
Allows editing content of image placeholders. If false
, then the **Placeholder content scale** slider and the handle do not show. The default value is true
.
Declaration
allowEditContent?: boolean;
Property Value
Type | Description |
---|---|
boolean | Allows editing content of image placeholders. If |
showHandleButton
Enables the placeholder handle for a focused image placeholder. This handle allows you to manipulate the content of the placeholder. The default value is true
.
Declaration
showHandleButton?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the placeholder handle for a focused image placeholder. This handle allows you to manipulate the content of the placeholder. The default value is |
showSelectButton
Enables the **Select image** button for empty placeholders. The default value is true
.
Declaration
showSelectButton?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the **Select image** button for empty placeholders. The default value is |