Gets observer history for this asset.
The observer object for 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.
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
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
get
The Asset class represents an asset in Editor.