A field with a reference set value.

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

Hierarchy (View Summary)

Properties

Properties

type: "ReferenceSet"

The type of this field.

value: KeyReference[]