Skip to content

ValueReference

type ValueReference<ValueType> = object;

Type representing a reference to another attribute’s value.

ValueType extends NativeAttributeValue = NativeAttributeValue

optional default: ValueType;

to: string;

type: typeof $ref;