Sanity Library Reference Docs
    Preparing search index...

    Interface ModalOptions

    interface ModalOptions {
        type?: "popover" | "dialog";
        width?: 1 | 2 | 3 | "auto" | 4 | 5 | (1 | 2 | 3 | "auto" | 4 | 5)[];
    }
    Index

    Properties

    Properties

    type?: "popover" | "dialog"
    width?: 1 | 2 | 3 | "auto" | 4 | 5 | (1 | 2 | 3 | "auto" | 4 | 5)[]