Interface PresetsDataAttributes

This is the base data attributes that are attached to the preset Instance.

interface PresetsDataAttributes {
    PresetUUID: string;
    [key: string]: AttributeValue;
}

Indexable

[key: string]: AttributeValue

Any key of 'string' and each value is an 'AttributeValue'.

Properties

Properties

PresetUUID: string

The unique ID of this preset.

Generated using TypeDoc