Sanity Library Reference Docs
    Preparing search index...

    Interface DateOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    canvasApp?: CanvasAppOptions
    dateFormat?: string
    sanityCreate?: SanityCreateOptions