beaker-kernel
    Preparing search index...

    Interface IBeakerQueryTextEvent

    interface IBeakerQueryTextEvent {
        content: string;
        type: BeakerQueryTextEventType;
        [key: string]: undefined | PartialJSONValue;
    }

    Hierarchy

    • PartialJSONObject
      • IBeakerQueryTextEvent

    Indexable

    • [key: string]: undefined | PartialJSONValue
    Index

    Properties

    Properties

    content: string
    type: BeakerQueryTextEventType