Gets observer history for this asset.
The observer object for this asset.
Deletes this asset.
Gets value at path. See the Asset overview for a full list of properties.
The path
The value
Checks if path exists. See the Asset overview for a full list of properties.
The path
True if path exists
Inserts value in array at path, at specified index. See the Asset overview for a full list of properties.
The path
The value
The index (if undefined the value will be inserted in the end)
Whether the value was inserted
Creates an instance of this template asset. Assumes this asset is a template asset.
The parent entity
Optional
extraData?: objectExtra data passed to the backend. Used by the Editor on specific cases.
Optional
history?: booleanWhether to record a history action.
Optional
index?: numberThe desired index under the parent to instantiate the template.
Optional
select?: booleanWhether to select the new entity.
The new entity.
Loads asset from the server without subscribing to realtime changes.
Loads the asset's data from sharedb and subscribes to changes.
Remove value from array at path. See the Asset overview for a full list of properties.
The path
The value
Whether the value was removed
Replaces any references to this asset with references to the new asset specified.
The new asset.
Optional
history?: booleanWhether to record a history action.
Sets value at path. See the Asset overview for a full list of properties.
The path
The value
Whether the value was set
Unsets value at path. See the Asset overview for a full list of properties.
The path
Whether the value was unset
Static
getGets the file URL for an asset file.
The asset id
The desired filename
The file URL
The Asset class represents an asset in Editor.