Datalayer Desktop - v0.0.2
    Preparing search index...
    interface CreateDocumentDialogProps {
        isOpen: boolean;
        onClose: () => void;
        onCreate: (name: string, description: string) => Promise<void>;
        type: "notebook" | "lexical";
    }
    Index

    Properties

    isOpen: boolean
    onClose: () => void
    onCreate: (name: string, description: string) => Promise<void>
    type: "notebook" | "lexical"