Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentActionModalDialogPropsBeta

    interface DocumentActionModalDialogProps {
        content: ReactNode;
        footer?: ReactNode;
        header?: ReactNode;
        onClose: () => void;
        showCloseButton?: boolean;
        type?: "dialog";
        width?: "small" | "large" | "full" | "medium";
    }
    Index

    Properties

    content: ReactNode
    footer?: ReactNode
    header?: ReactNode
    onClose: () => void
    showCloseButton?: boolean
    type?: "dialog"
    width?: "small" | "large" | "full" | "medium"