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

    Interface ClearAllOutputsMessage

    Request to clear all outputs

    interface ClearAllOutputsMessage {
        body: Record<string, never>;
        type: "clear-all-outputs";
    }
    Index

    Properties

    Properties

    body: Record<string, never>
    type: "clear-all-outputs"