Typescript SDK Type Docs
    Preparing search index...

    Interface ReferenceSetField

    A field with a reference set value.

    interface ReferenceSetField {
        type: "ReferenceSet";
        value: KeyReference[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "ReferenceSet"

    The type of this field.

    value: KeyReference[]

    JSON array of references, each referencing an existing resource by key. The order of items in the array is not fixed.