Liking cljdoc? Tell your friends :D

dots.typescript.template-expression


child-atcljs

(child-at template-expression index)
(child-at template-expression 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-expression)
(child-count template-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children template-expression)
(children template-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end template-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token template-expression)
(first-token template-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags template-expression)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(for-each-child template-expression cb-node)
(for-each-child template-expression 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-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text template-expression)
(full-text template-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width template-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end template-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

(head template-expression)

Returns: TemplateHead

**Returns:** `TemplateHead`
sourceraw docstring

kindcljs

(kind template-expression)

Returns: SyntaxKind.TemplateExpression

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

last-tokencljs

(last-token template-expression)
(last-token template-expression 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-expression)
(leading-trivia-width template-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

parentcljs

(parent template-expression)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos template-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file template-expression)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start template-expression)
(start template-expression source-file)
(start template-expression 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

template-spanscljs

(template-spans template-expression)

Returns: NodeArray<TemplateSpan>

**Returns:** `NodeArray<TemplateSpan>`
sourceraw docstring

textcljs

(text template-expression)
(text template-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

widthcljs

(width template-expression)
(width template-expression 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