CollectionAddOp
Builder collection add operation. Omitting name creates the backend’s
canonical auto-named collection from the supplied members.
Properties
Section titled “Properties”operation
Section titled “operation”
readonlyoperation:"add"
Operation discriminator. Always add.
readonlyoptionalkind?:"collection"
Optional kind override. Collection add inputs may omit this when type and
members are present.
readonlyoptionalname?:string
Optional collection name. Omit to let the backend assign the canonical collection name from the supplied members.
readonlytype:CollectionAddType
Collection type.
members
Section titled “members”
readonlymembers:string[]
Collection member wrefs.
skipExisting?
Section titled “skipExisting?”
readonlyoptionalskipExisting?:boolean
When true, an existing target returns noop instead of failing.
Hit a problem or have a question? Get in touch.