Sanity Library Reference Docs
    Preparing search index...

    Interface UrlOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    canvasApp?: CanvasAppOptions
    sanityCreate?: SanityCreateOptions