Back to Website
Show / Hide Table of Contents

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 false, then the **Placeholder content scale** slider and the handle do not show. The default value is true.

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 true.

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 true.

Was this page helpful?
Thanks for your feedback!
In This Article
  • Properties
    • allowEditContent
    • showHandleButton
    • showSelectButton
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback