Skip to the content.

WildcardSubstitution

interface WildcardSubstitution {
    entryIndex: number,
    cellIndex: number,
    contentsIndex: number
}

This type represents a single use of a wildcard in the structure definition visible in the StructureTable.

For an explanation of the cellIndex and contentsIndex, check StructureEntry.