(child-at shorthand-property-assignment index)
(child-at shorthand-property-assignment index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: 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 | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children shorthand-property-assignment)
(children shorthand-property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: 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 | undefined
Returns: 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 | 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 shorthand-property-assignment)
Returns: number
**Returns:** `number`
(full-text shorthand-property-assignment)
(full-text shorthand-property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: 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 | undefined
Returns: 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 | undefined
Returns: 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 | undefined
include-js-doc-comment?
: boolean | undefined
Returns: 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 | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width shorthand-property-assignment)
(width shorthand-property-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