Interface IDesignConfig
Describes the design configuration for the editor.
Package: ui-framework
Properties
dataSetId
Dataset identifier in Asset Storage.
Declaration
dataSetId?: string
Property Value
Type | Description |
---|---|
string | Dataset identifier in Asset Storage. |
designId
Design identifier in Asset Storage.
Declaration
designId: string
Property Value
Type | Description |
---|---|
string | Design identifier in Asset Storage. |
designPath
Path to the design file in Asset Storage.
Declaration
designPath: string
Property Value
Type | Description |
---|---|
string | Path to the design file in Asset Storage. |
isPrivateDesign
Flag for private design.
Declaration
isPrivateDesign: boolean
Property Value
Type | Description |
---|---|
boolean | Flag for private design. |