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

    Interface NotebookContentState

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

    Properties

    Properties

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