alias
alias: "alias"
callSignatureElement
callSignatureElement: "call"
classElement
classElement: "class"
constElement
constElement: "const"
constructorImplementationElement
constructorImplementationElement: "constructor"
constructSignatureElement
constructSignatureElement: "construct"
directory
directory: "directory"
enumElement
enumElement: "enum"
enumMemberElement
enumMemberElement: "enum member"
externalModuleName
externalModuleName: "external module name"
functionElement
functionElement: "function"
indexSignatureElement
indexSignatureElement: "index"
interfaceElement
interfaceElement: "interface"
jsxAttribute
jsxAttribute: "JSX attribute"
keyword
keyword: "keyword"
label
label: "label"
letElement
letElement: "let"
link
link: "link"
linkName
linkName: "link name"
linkText
linkText: "link text"
localClassElement
localClassElement: "local class"
localFunctionElement
localFunctionElement: "local function"
localVariableElement
localVariableElement: "local var"
memberAccessorVariableElement
memberAccessorVariableElement: "accessor"
memberFunctionElement
memberFunctionElement: "method"
memberGetAccessorElement
memberGetAccessorElement: "getter"
memberSetAccessorElement
memberSetAccessorElement: "setter"
memberVariableElement
memberVariableElement: "property"
moduleElement
moduleElement: "module"
parameterElement
parameterElement: "parameter"
primitiveType
primitiveType: "primitive type"
scriptElement
scriptElement: "script"
string
string: "string"
typeElement
typeElement: "type"
typeParameterElement
typeParameterElement: "type parameter"
unknown
unknown: ""
variableAwaitUsingElement
variableAwaitUsingElement: "await using"
variableElement
variableElement: "var"
variableUsingElement
variableUsingElement: "using"
warning
warning: "warning"
interface Y { ():number; }