⬅️ Back to Table of Contents
📄 DefinitionType.ts
📊 Analysis Summary
📚 Table of Contents
🛠️ File Location:
📂 packages/scope-manager/src/definition/DefinitionType.ts
Enums
enum DefinitionType
Enum Code
export enum DefinitionType {
CatchClause = 'CatchClause',
ClassName = 'ClassName',
FunctionName = 'FunctionName',
ImplicitGlobalVariable = 'ImplicitGlobalVariable',
ImportBinding = 'ImportBinding',
Parameter = 'Parameter',
TSEnumName = 'TSEnumName',
TSEnumMember = 'TSEnumMemberName',
TSModuleName = 'TSModuleName',
Type = 'Type',
Variable = 'Variable',
}
Members
Name |
Value |
Description |
CatchClause |
CatchClause |
|
ClassName |
ClassName |
|
FunctionName |
FunctionName |
|
ImplicitGlobalVariable |
ImplicitGlobalVariable |
|
ImportBinding |
ImportBinding |
|
Parameter |
Parameter |
|
TSEnumName |
TSEnumName |
|
TSEnumMember |
TSEnumMemberName |
|
TSModuleName |
TSModuleName |
|
Type |
Type |
|
Variable |
Variable |
|