(child-at template-literal-type-span index)(child-at template-literal-type-span index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count template-literal-type-span)(child-count template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children template-literal-type-span)(children template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token template-literal-type-span)(first-token template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags template-literal-type-span)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child template-literal-type-span cb-node)(for-each-child template-literal-type-span 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-literal-type-span)Returns: number
**Returns:** `number`
(full-text template-literal-type-span)(full-text template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width template-literal-type-span)Returns: number
**Returns:** `number`
(get-end template-literal-type-span)Returns: number
**Returns:** `number`
(kind template-literal-type-span)Returns: SyntaxKind.TemplateLiteralTypeSpan
**Returns:** `SyntaxKind.TemplateLiteralTypeSpan`
(last-token template-literal-type-span)(last-token template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width template-literal-type-span)(leading-trivia-width template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(literal template-literal-type-span)Returns: TemplateMiddle | TemplateTail
**Returns:** `TemplateMiddle | TemplateTail`
(parent template-literal-type-span)Returns: TemplateLiteralTypeNode
**Returns:** `TemplateLiteralTypeNode`
(source-file template-literal-type-span)Returns: SourceFile
**Returns:** `SourceFile`
(start template-literal-type-span)(start template-literal-type-span source-file)(start template-literal-type-span 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 template-literal-type-span)(text template-literal-type-span source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type template-literal-type-span)Returns: TypeNode
**Returns:** `TypeNode`
(width template-literal-type-span)(width template-literal-type-span 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 |