Class: SimpleAssetList
Core-API.SimpleAssetList
Implements
Accessors
basePath
• get
basePath(): string
Returns
string
Implementation of
assets
• get
assets(): IAsset
[]
Returns
IAsset
[]
Implementation of
Constructors
constructor
• new SimpleAssetList(data?
)
Parameters
Name | Type |
---|---|
data? | IAssetList |
Methods
find
▸ find(predicate
): undefined
| IAsset
Parameters
Name | Type |
---|---|
predicate | (value : IAsset , index : number , obj : IAsset []) => unknown |
Returns
undefined
| IAsset