(child-at node-with-type-arguments index)
(child-at node-with-type-arguments index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count node-with-type-arguments)
(child-count node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children node-with-type-arguments)
(children node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token node-with-type-arguments)
(first-token node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags node-with-type-arguments)
Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child node-with-type-arguments cb-node)
(for-each-child node-with-type-arguments cb-node cb-node-array)
Parameters:
cb-node
: (node: Node) => T | undefined
cb-node-array
: ((nodes: NodeArray<Node>) => T | undefined) | undefined
Returns: T | undefined
**Parameters:** - `cb-node`: `(node: Node) => T | undefined` - `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined` **Returns:** `T | undefined`
(full-start node-with-type-arguments)
Returns: number
**Returns:** `number`
(full-text node-with-type-arguments)
(full-text node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width node-with-type-arguments)
Returns: number
**Returns:** `number`
(get-end node-with-type-arguments)
Returns: number
**Returns:** `number`
(kind node-with-type-arguments)
Returns: SyntaxKind
**Returns:** `SyntaxKind`
(last-token node-with-type-arguments)
(last-token node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width node-with-type-arguments)
(leading-trivia-width node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(source-file node-with-type-arguments)
Returns: SourceFile
**Returns:** `SourceFile`
(start node-with-type-arguments)
(start node-with-type-arguments source-file)
(start node-with-type-arguments source-file include-js-doc-comment?)
Parameters:
source-file
: SourceFile | undefined
include-js-doc-comment?
: boolean | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` - `include-js-doc-comment?`: `boolean | undefined` **Returns:** `number`
(text node-with-type-arguments)
(text node-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type-arguments node-with-type-arguments)
Returns: NodeArray<TypeNode> | undefined
**Returns:** `NodeArray<TypeNode> | undefined`
(width node-with-type-arguments)
(width node-with-type-arguments source-file)
Parameters:
source-file
: SourceFileLike | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close