(child-at postfix-unary-expression index)(child-at postfix-unary-expression index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count postfix-unary-expression)(child-count postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children postfix-unary-expression)(children postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token postfix-unary-expression)(first-token postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags postfix-unary-expression)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child postfix-unary-expression cb-node)(for-each-child postfix-unary-expression 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 postfix-unary-expression)Returns: number
**Returns:** `number`
(full-text postfix-unary-expression)(full-text postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width postfix-unary-expression)Returns: number
**Returns:** `number`
(get-end postfix-unary-expression)Returns: number
**Returns:** `number`
(kind postfix-unary-expression)Returns: SyntaxKind.PostfixUnaryExpression
**Returns:** `SyntaxKind.PostfixUnaryExpression`
(last-token postfix-unary-expression)(last-token postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width postfix-unary-expression)(leading-trivia-width postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(operand postfix-unary-expression)Returns: LeftHandSideExpression
**Returns:** `LeftHandSideExpression`
(operator postfix-unary-expression)Returns: PostfixUnaryOperator
**Returns:** `PostfixUnaryOperator`
(source-file postfix-unary-expression)Returns: SourceFile
**Returns:** `SourceFile`
(start postfix-unary-expression)(start postfix-unary-expression source-file)(start postfix-unary-expression 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 postfix-unary-expression)(text postfix-unary-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width postfix-unary-expression)(width postfix-unary-expression 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 |