CollectionAddOp
Builder collection add operation. ADR 0004 requires an explicit name.
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.
readonlyname:string
Explicit collection name. ADR 0004 treats collections as ordinary named things, so collection adds cannot be nameless.
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.