Interface IAssetSources.IStatesSourceConfig
A structure defining properties of the user states gallery.
Package: @aurigma/design-editor-iframe
Examples
{
"assetSources": {
"States": {
"type": "StatesSource",
"displayBackSidePreview": false
}
}
}
Properties
displayBackSidePreview
Allows you to specify if preview for the back side of a design should be displayed.
Declaration
displayBackSidePreview?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Allows you to specify if preview for the back side of a design should be displayed. |