Skip to main content

JSTreeStructureItem

@codebolt/types


Interface: JSTreeStructureItem

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:121

Properties

PropertyTypeDescriptionDefined in
endColumnnumberEnd column numbercommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:133
endLinenumberEnd line numbercommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:129
namestringName of the code structure itemcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:125
nodeTypestringNode type from the ASTcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:135
startColumnnumberStart column numbercommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:131
startLinenumberStart line numbercommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:127
typestringType of the item (function, class, variable, etc.)common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:123