Liking cljdoc? Tell your friends :D

dots.typescript.template-literal-type-span


child-atcljs

(child-at template-literal-type-span index)
(child-at template-literal-type-span index source-file)

Parameters:

  • index: number
  • source-file: SourceFile | undefined

Returns: Node

**Parameters:**
- `index`: `number`
- `source-file`: `SourceFile | undefined`

**Returns:** `Node`
sourceraw docstring

child-countcljs

(child-count template-literal-type-span)
(child-count template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `number`
sourceraw docstring

childrencljs

(children template-literal-type-span)
(children template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node[]`
sourceraw docstring

endcljs

(end template-literal-type-span)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token template-literal-type-span)
(first-token template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node | undefined`
sourceraw docstring

flagscljs

(flags template-literal-type-span)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(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 | 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`
sourceraw docstring

full-startcljs

(full-start template-literal-type-span)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text template-literal-type-span)
(full-text template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width template-literal-type-span)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end template-literal-type-span)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind template-literal-type-span)

Returns: SyntaxKind.TemplateLiteralTypeSpan

**Returns:** `SyntaxKind.TemplateLiteralTypeSpan`
sourceraw docstring

last-tokencljs

(last-token template-literal-type-span)
(last-token template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node | undefined`
sourceraw docstring

leading-trivia-widthcljs

(leading-trivia-width template-literal-type-span)
(leading-trivia-width template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `number`
sourceraw docstring

literalcljs

(literal template-literal-type-span)

Returns: TemplateMiddle | TemplateTail

**Returns:** `TemplateMiddle | TemplateTail`
sourceraw docstring

parentcljs

(parent template-literal-type-span)

Returns: TemplateLiteralTypeNode

**Returns:** `TemplateLiteralTypeNode`
sourceraw docstring

poscljs

(pos template-literal-type-span)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file template-literal-type-span)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(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 | undefined
  • include-js-doc-comment?: boolean | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`
- `include-js-doc-comment?`: `boolean | undefined`

**Returns:** `number`
sourceraw docstring

textcljs

(text template-literal-type-span)
(text template-literal-type-span source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

typecljs

(type template-literal-type-span)

Returns: TypeNode

**Returns:** `TypeNode`
sourceraw docstring

widthcljs

(width template-literal-type-span)
(width template-literal-type-span source-file)

Parameters:

  • source-file: SourceFileLike | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFileLike | undefined`

**Returns:** `number`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close