Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Parameters for unified document creation

    interface CreateDocumentParams {
        description?: string;
        documentType: DocumentType;
        initialCells?: unknown[];
        location?: "local" | "cloud" | "remote";
        name: string;
        spaceId?: string;
        spaceName?: string;
    }
    Index

    Properties

    description?: string

    Optional description of the document

    documentType: DocumentType

    Type of document to create

    initialCells?: unknown[]

    Initial cells for notebooks (array of cell objects)

    location?: "local" | "cloud" | "remote"

    Document location ("local", "cloud", or "remote" synonym for cloud)

    name: string

    Name of the document

    spaceId?: string

    Target space ID for cloud documents

    spaceName?: string

    Target space name for cloud documents