Skip to content

PrependExpression

type PrependExpression = object;

op: typeof $prepend;

type: typeof $set;

values:
| NativeAttributeValue[]
| ValueReference;