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

    Interface OpenOutlineMessage

    Request to open outline view

    interface OpenOutlineMessage {
        body: Record<string, never>;
        type: "open-outline";
    }
    Index

    Properties

    Properties

    body: Record<string, never>
    type: "open-outline"