Enumeration TypeContext

Enumeration that can be used when traversing types to track the location of recursion. Used by TypeDoc internally to track when to output parenthesis when rendering.

Enumeration Members

arrayElement: "arrayElement"
conditionalCheck: "conditionalCheck"
conditionalExtends: "conditionalExtends"
conditionalFalse: "conditionalFalse"
conditionalTrue: "conditionalTrue"
indexedAccessElement: "indexedAccessElement"
indexedIndex: "indexedIndex"
indexedObject: "indexedObject"
inferredConstraint: "inferredConstraint"
intersectionElement: "intersectionElement"
mappedName: "mappedName"
mappedParameter: "mappedParameter"
mappedTemplate: "mappedTemplate"
none: "none"
optionalElement: "optionalElement"
predicateTarget: "predicateTarget"
queryTypeTarget: "queryTypeTarget"
referenceTypeArgument: "referenceTypeArgument"
restElement: "restElement"
templateLiteralElement: "templateLiteralElement"
tupleElement: "tupleElement"
typeOperatorTarget: "typeOperatorTarget"
unionElement: "unionElement"

Generated using TypeDoc