JSONDocument: {
    root: ASTNode | undefined;
    getNodeFromOffset(offset, includeRightBound?): ASTNode;
}

Type declaration

  • root: ASTNode | undefined
  • getNodeFromOffset:function
    • Parameters

      • offset: number
      • Optional includeRightBound: boolean

      Returns ASTNode