Interface StepIndexEntryBase<TypeIDType>

interface StepIndexEntryBase<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