📄 DefinitionType¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🎯 Enums | 1 |
📚 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 |
not shown |
ClassName |
ClassName |
not shown |
FunctionName |
FunctionName |
not shown |
ImplicitGlobalVariable |
ImplicitGlobalVariable |
not shown |
ImportBinding |
ImportBinding |
not shown |
Parameter |
Parameter |
not shown |
TSEnumName |
TSEnumName |
not shown |
TSEnumMember |
TSEnumMemberName |
not shown |
TSModuleName |
TSModuleName |
not shown |
Type |
Type |
not shown |
Variable |
Variable |
not shown |
Generated by Syntax Scribe