Typescript SDK Type Docs
    Preparing search index...

    Interface BooleanField

    A field with a boolean value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "Boolean"

    The type of this field.

    value: boolean

    true or false