Interface OutputChangedMessage

interface OutputChangedMessage {
    changes: CellOutputChange[];
    type: "outputChanged";
}

Properties

Properties

changes: CellOutputChange[]
type: "outputChanged"