Sanity Library Reference Docs
    Preparing search index...

    Interface BooleanOptions

    BaseOptions applies to all type options.

    It can be extended by interface declaration merging in plugins to provide generic options to all types and fields.

    interface BooleanOptions {
        canvasApp?: CanvasAppOptions;
        layout?: "switch" | "checkbox";
        sanityCreate?: SanityCreateOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canvasApp?: CanvasAppOptions
    layout?: "switch" | "checkbox"
    sanityCreate?: SanityCreateOptions