Sanity Library Reference Docs
    Preparing search index...

    Interface ReferenceBaseOptions

    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 ReferenceBaseOptions {
        canvasApp?: CanvasAppOptions;
        disableNew?: boolean;
        sanityCreate?: SanityCreateOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canvasApp?: CanvasAppOptions
    disableNew?: boolean
    sanityCreate?: SanityCreateOptions