Interface StepIndexEntry<TypeIDType>

interface StepIndexEntry<TypeIDType> {
    address: number;
    expressID: number;
    inlineEntities?: StepInlineIndexEntry<TypeIDType>[];
    length: number;
    typeID?: TypeIDType;
}

Type Parameters

  • TypeIDType

Hierarchy (View Summary)

Properties

address: number
expressID: number
inlineEntities?: StepInlineIndexEntry<TypeIDType>[]
length: number
typeID?: TypeIDType