beaker-kernel
    Preparing search index...

    Interface IQueryCell

    interface IQueryCell {
        cell_type: "query";
        events: BeakerQueryEvent[];
        metadata: Partial<ICellMetadata>;
        source: MultilineString;
        [key: string]: undefined | PartialJSONValue;
    }

    Hierarchy

    • IBaseCell
      • IQueryCell

    Implemented by

    Indexable

    • [key: string]: undefined | PartialJSONValue
    Index

    Properties

    cell_type: "query"

    String identifying the type of cell.

    metadata: Partial<ICellMetadata>

    Cell-level metadata.

    source: MultilineString

    Contents of the cell, represented as an array of lines.