Interface IMemorySourceConfig
A structure defining asset sources through direct URLs.
Package: IframeApi
Properties
actionMode
Definesg how to import SVG, PDF, and PSD graphics.
Declaration
actionMode?: IActionMode
Property Value
Type | Description |
---|---|
IActionMode |
allCategoryEnabled
Disables the All category. The default value is true
.
Declaration
allCategoryEnabled?: boolean
Property Value
Type | Description |
---|---|
boolean |
rootCategory
The object defining assests for the root category of this source.
Declaration
rootCategory?: ICategory
Property Value
Type | Description |
---|---|
ICategory |
type
The asset source type.
Declaration
type: "PublicSource" | "PrivateSource"
Property Value
Type | Description |
---|---|
"PublicSource" | "PrivateSource" |