(child-at property-assignment index)
(child-at 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 property-assignment)
(child-count property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children property-assignment)
(children property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token property-assignment)
(first-token property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child property-assignment cb-node)
(for-each-child 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 property-assignment)
Returns: number
**Returns:** `number`
(full-text property-assignment)
(full-text property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width property-assignment)
Returns: number
**Returns:** `number`
(initializer property-assignment)
Returns: Expression
**Returns:** `Expression`
(kind property-assignment)
Returns: SyntaxKind.PropertyAssignment
**Returns:** `SyntaxKind.PropertyAssignment`
(last-token property-assignment)
(last-token property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width property-assignment)
(leading-trivia-width property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(name property-assignment)
Returns: PropertyName
**Returns:** `PropertyName`
(parent property-assignment)
Returns: ObjectLiteralExpression
**Returns:** `ObjectLiteralExpression`
(source-file property-assignment)
Returns: SourceFile
**Returns:** `SourceFile`
(start property-assignment)
(start property-assignment source-file)
(start 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 property-assignment)
(text property-assignment source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width property-assignment)
(width 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