(child-at array-destructuring-assignment index)
(child-at array-destructuring-assignment index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count array-destructuring-assignment)
(child-count array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children array-destructuring-assignment)
(children array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(end array-destructuring-assignment)
Returns: number
**Returns:** `number`
(first-token array-destructuring-assignment)
(first-token array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags array-destructuring-assignment)
Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child array-destructuring-assignment cb-node)
(for-each-child array-destructuring-assignment 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 array-destructuring-assignment)
Returns: number
**Returns:** `number`
(full-text array-destructuring-assignment)
(full-text array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width array-destructuring-assignment)
Returns: number
**Returns:** `number`
(get-end array-destructuring-assignment)
Returns: number
**Returns:** `number`
(kind array-destructuring-assignment)
Returns: SyntaxKind.BinaryExpression
**Returns:** `SyntaxKind.BinaryExpression`
(last-token array-destructuring-assignment)
(last-token array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width array-destructuring-assignment)
(leading-trivia-width array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(left array-destructuring-assignment)
Returns: ArrayLiteralExpression
**Returns:** `ArrayLiteralExpression`
(operator-token array-destructuring-assignment)
Returns: EqualsToken
**Returns:** `EqualsToken`
(parent array-destructuring-assignment)
Returns: Node
**Returns:** `Node`
(pos array-destructuring-assignment)
Returns: number
**Returns:** `number`
(right array-destructuring-assignment)
Returns: Expression
**Returns:** `Expression`
(source-file array-destructuring-assignment)
Returns: SourceFile
**Returns:** `SourceFile`
(start array-destructuring-assignment)
(start array-destructuring-assignment source-file)
(start array-destructuring-assignment 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 array-destructuring-assignment)
(text array-destructuring-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width array-destructuring-assignment)
(width array-destructuring-assignment 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