Skip to main content

JSTreeResponse

@codebolt/types


Interface: JSTreeResponse

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

Properties

PropertyTypeDescriptionDefined in
error?stringError message if parsing failedcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:149
eventstringEvent typecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:140
payload?{ filePath: string; structure: JSTreeStructureItem[]; }Response payloadcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:142
payload.filePathstringFile path that was parsedcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:144
payload.structureJSTreeStructureItem[]Parsed structure itemscommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:146