(child-at expression-with-type-arguments index)(child-at expression-with-type-arguments index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count expression-with-type-arguments)(child-count expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children expression-with-type-arguments)(children expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(end expression-with-type-arguments)Returns: number
**Returns:** `number`
(expression expression-with-type-arguments)Returns: LeftHandSideExpression
**Returns:** `LeftHandSideExpression`
(first-token expression-with-type-arguments)(first-token expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags expression-with-type-arguments)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child expression-with-type-arguments cb-node)(for-each-child expression-with-type-arguments cb-node cb-node-array)Parameters:
cb-node: (node: Node) => T | undefinedcb-node-array: ((nodes: NodeArray<Node>) => T | undefined) | undefinedReturns: T | undefined
**Parameters:** - `cb-node`: `(node: Node) => T | undefined` - `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined` **Returns:** `T | undefined`
(full-start expression-with-type-arguments)Returns: number
**Returns:** `number`
(full-text expression-with-type-arguments)(full-text expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width expression-with-type-arguments)Returns: number
**Returns:** `number`
(get-end expression-with-type-arguments)Returns: number
**Returns:** `number`
(kind expression-with-type-arguments)Returns: SyntaxKind.ExpressionWithTypeArguments
**Returns:** `SyntaxKind.ExpressionWithTypeArguments`
(last-token expression-with-type-arguments)(last-token expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width expression-with-type-arguments)(leading-trivia-width expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(parent expression-with-type-arguments)Returns: Node
**Returns:** `Node`
(pos expression-with-type-arguments)Returns: number
**Returns:** `number`
(source-file expression-with-type-arguments)Returns: SourceFile
**Returns:** `SourceFile`
(start expression-with-type-arguments)(start expression-with-type-arguments source-file)(start expression-with-type-arguments source-file include-js-doc-comment?)Parameters:
source-file: SourceFile | undefinedinclude-js-doc-comment?: boolean | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` - `include-js-doc-comment?`: `boolean | undefined` **Returns:** `number`
(text expression-with-type-arguments)(text expression-with-type-arguments source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type-arguments expression-with-type-arguments)Returns: NodeArray<TypeNode> | undefined
**Returns:** `NodeArray<TypeNode> | undefined`
(width expression-with-type-arguments)(width expression-with-type-arguments source-file)Parameters:
source-file: SourceFileLike | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |