Datalayer VS Code Extension - v0.0.9
    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 }

    Content change payload

    Type Declaration

    • content: Uint8Array

      Serialized notebook content

    type: "notebook-content-changed"

    Message type discriminator