(child-at jsx-attribute index)(child-at jsx-attribute index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count jsx-attribute)(child-count jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children jsx-attribute)(children jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token jsx-attribute)(first-token jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child jsx-attribute cb-node)(for-each-child jsx-attribute 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-text jsx-attribute)(full-text jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(initializer jsx-attribute)Returns: JsxAttributeValue | undefined
**Returns:** `JsxAttributeValue | undefined`
(kind jsx-attribute)Returns: SyntaxKind.JsxAttribute
**Returns:** `SyntaxKind.JsxAttribute`
(last-token jsx-attribute)(last-token jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width jsx-attribute)(leading-trivia-width jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(name jsx-attribute)Returns: JsxAttributeName
**Returns:** `JsxAttributeName`
(parent jsx-attribute)Returns: JsxAttributes
**Returns:** `JsxAttributes`
(source-file jsx-attribute)Returns: SourceFile
**Returns:** `SourceFile`
(start jsx-attribute)(start jsx-attribute source-file)(start jsx-attribute 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 jsx-attribute)(text jsx-attribute source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width jsx-attribute)(width jsx-attribute 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 |