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

    Interface NotebookContentChangedMessage

    Notebook content changed (for auto-save)

    interface NotebookContentChangedMessage {
        body: { content: Uint8Array };
        type: "notebook-content-changed";
    }
    Index

    Properties

    Properties

    body: { content: Uint8Array }
    type: "notebook-content-changed"