beaker-kernel
    Preparing search index...

    Interface IBeakerQueryCellEvent

    interface IBeakerQueryCellEvent {
        content: {
            cell_id: string;
            metadata: PartialJSONObject;
            parent_id: string;
        };
        type: "code_cell";
        [key: string]: undefined
        | PartialJSONValue;
    }

    Hierarchy

    • PartialJSONObject
      • IBeakerQueryCellEvent

    Indexable

    • [key: string]: undefined | PartialJSONValue
    Index

    Properties

    Properties

    content: { cell_id: string; metadata: PartialJSONObject; parent_id: string }
    type: "code_cell"