Skip to content

AppendExpression

type AppendExpression = object;

Update expression from an APPEND operation

op: typeof $append;

type: typeof $set;

values:
| NativeAttributeValue[]
| ValueReference;