JSONDocument: { root: ASTNode | undefined; getNodeFromOffset(offset,
includeRightBound?): ASTNode; } Type declaration
root: ASTNode | undefined
getNodeFromOffset:function
- getNodeFromOffset(offset, includeRightBound?): ASTNode
Parameters
- offset: number
Optional
includeRightBound: boolean