Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface NotebookContentState

    interface NotebookContentState {
        content: INotebookContent | null;
        error: string | null;
        loading: boolean;
    }
    Index

    Properties

    Properties

    content: INotebookContent | null
    error: string | null
    loading: boolean