Values of a SetType Custom Field are sets of values of the specified elementType (without duplicate elements).

interface CustomFieldSetType {
    elementType: FieldType;
    name: "Set";
}

Properties

Properties

elementType: FieldType

Field type of the elements in the set.

name: "Set"

Generated using TypeDoc