A field with a boolean value.

interface BooleanField {
    type: "Boolean";
    value: boolean;
}

Hierarchy (View Summary)

Properties

Properties

type: "Boolean"

The type of this field.

value: boolean