(child-at shorthand-property-assignment index)(child-at shorthand-property-assignment index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count shorthand-property-assignment)(child-count shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children shorthand-property-assignment)(children shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(equals-token shorthand-property-assignment)Returns: EqualsToken | undefined
**Returns:** `EqualsToken | undefined`
(first-token shorthand-property-assignment)(first-token shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags shorthand-property-assignment)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child shorthand-property-assignment cb-node)(for-each-child shorthand-property-assignment 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 shorthand-property-assignment)Returns: number
**Returns:** `number`
(full-text shorthand-property-assignment)(full-text shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width shorthand-property-assignment)Returns: number
**Returns:** `number`
(get-end shorthand-property-assignment)Returns: number
**Returns:** `number`
(kind shorthand-property-assignment)Returns: SyntaxKind.ShorthandPropertyAssignment
**Returns:** `SyntaxKind.ShorthandPropertyAssignment`
(last-token shorthand-property-assignment)(last-token shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width shorthand-property-assignment)(leading-trivia-width shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(name shorthand-property-assignment)Returns: Identifier
**Returns:** `Identifier`
(object-assignment-initializer shorthand-property-assignment)Returns: Expression | undefined
**Returns:** `Expression | undefined`
(parent shorthand-property-assignment)Returns: ObjectLiteralExpression
**Returns:** `ObjectLiteralExpression`
(source-file shorthand-property-assignment)Returns: SourceFile
**Returns:** `SourceFile`
(start shorthand-property-assignment)(start shorthand-property-assignment source-file)(start shorthand-property-assignment 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 shorthand-property-assignment)(text shorthand-property-assignment source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width shorthand-property-assignment)(width shorthand-property-assignment 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 |