RawEntityMsg<T>: {
    entity: T;
    peers?: string[];
    type: IndexableEntityType;
}

Contains the original and parsed data, as well as the context of the parsing.

Type Parameters

  • T

Type declaration

Generated using TypeDoc