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