The origin of a notebook from a source.

interface NotebookOriginFromSource {
    guid?: string;
    type?: string;
}

Properties

Properties

guid?: string

The guid of the source file.

type?: string

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