endColumn | number | End column number | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:133 |
endLine | number | End line number | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:129 |
name | string | Name of the code structure item | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:125 |
nodeType | string | Node type from the AST | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:135 |
startColumn | number | Start column number | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:131 |
startLine | number | Start line number | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:127 |
type | string | Type of the item (function, class, variable, etc.) | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:123 |