(child-at jsx-attributes index)
(child-at jsx-attributes index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count jsx-attributes)
(child-count jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children jsx-attributes)
(children jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token jsx-attributes)
(first-token jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child jsx-attributes cb-node)
(for-each-child jsx-attributes 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-text jsx-attributes)
(full-text jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(kind jsx-attributes)
Returns: SyntaxKind.JsxAttributes
**Returns:** `SyntaxKind.JsxAttributes`
(last-token jsx-attributes)
(last-token jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width jsx-attributes)
(leading-trivia-width jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(parent jsx-attributes)
Returns: JsxOpeningLikeElement
**Returns:** `JsxOpeningLikeElement`
(properties jsx-attributes)
Returns: NodeArray<JsxAttributeLike>
**Returns:** `NodeArray<JsxAttributeLike>`
(source-file jsx-attributes)
Returns: SourceFile
**Returns:** `SourceFile`
(start jsx-attributes)
(start jsx-attributes source-file)
(start jsx-attributes 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 jsx-attributes)
(text jsx-attributes source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width jsx-attributes)
(width jsx-attributes 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