Liking cljdoc? Tell your friends :D

dots.typescript.array-destructuring-assignment


child-atcljs

(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`
sourceraw docstring

child-countcljs

(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`
sourceraw docstring

childrencljs

(children array-destructuring-assignment)
(children array-destructuring-assignment source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node[]`
sourceraw docstring

endcljs

(end array-destructuring-assignment)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(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`
sourceraw docstring

flagscljs

(flags array-destructuring-assignment)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(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`
sourceraw docstring

full-startcljs

(full-start array-destructuring-assignment)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(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`
sourceraw docstring

full-widthcljs

(full-width array-destructuring-assignment)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end array-destructuring-assignment)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind array-destructuring-assignment)

Returns: SyntaxKind.BinaryExpression

**Returns:** `SyntaxKind.BinaryExpression`
sourceraw docstring

last-tokencljs

(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`
sourceraw docstring

leading-trivia-widthcljs

(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`
sourceraw docstring

leftcljs

(left array-destructuring-assignment)

Returns: ArrayLiteralExpression

**Returns:** `ArrayLiteralExpression`
sourceraw docstring

operator-tokencljs

(operator-token array-destructuring-assignment)

Returns: EqualsToken

**Returns:** `EqualsToken`
sourceraw docstring

parentcljs

(parent array-destructuring-assignment)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos array-destructuring-assignment)

Returns: number

**Returns:** `number`
sourceraw docstring

(right array-destructuring-assignment)

Returns: Expression

**Returns:** `Expression`
sourceraw docstring

source-filecljs

(source-file array-destructuring-assignment)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(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`
sourceraw docstring

textcljs

(text array-destructuring-assignment)
(text array-destructuring-assignment source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

widthcljs

(width array-destructuring-assignment)
(width array-destructuring-assignment source-file)

Parameters:

  • source-file: SourceFileLike | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFileLike | undefined`

**Returns:** `number`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close