(child-at template-expression index)(child-at template-expression index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count template-expression)(child-count template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children template-expression)(children template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token template-expression)(first-token template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(for-each-child template-expression cb-node)(for-each-child template-expression 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 template-expression)Returns: number
**Returns:** `number`
(full-text template-expression)(full-text template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width template-expression)Returns: number
**Returns:** `number`
(head template-expression)Returns: TemplateHead
**Returns:** `TemplateHead`
(kind template-expression)Returns: SyntaxKind.TemplateExpression
**Returns:** `SyntaxKind.TemplateExpression`
(last-token template-expression)(last-token template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width template-expression)(leading-trivia-width template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(source-file template-expression)Returns: SourceFile
**Returns:** `SourceFile`
(start template-expression)(start template-expression source-file)(start template-expression 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`
(template-spans template-expression)Returns: NodeArray<TemplateSpan>
**Returns:** `NodeArray<TemplateSpan>`
(text template-expression)(text template-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width template-expression)(width template-expression 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 |