Skip to content

AppendExpression

type AppendExpression = object;

op: typeof $append;

type: typeof $set;

values:
| NativeAttributeValue[]
| ValueReference;