The notebook origin.

interface NotebookOrigin {
    type?: string;
}

Properties

Properties

type?: string

The orgin type of the notebook, either blank, file or url.