A field with a boolean set value.

interface BooleanSetField {
    type: "BooleanSet";
    value: boolean[];
}

Hierarchy (View Summary)

Properties

Properties

type: "BooleanSet"

The type of this field.

value: boolean[]