Liking cljdoc? Tell your friends :D

dots.typescript.property-signature


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children property-signature)
(children property-signature source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end property-signature)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token property-signature)
(first-token property-signature source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags property-signature)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(for-each-child property-signature cb-node)
(for-each-child property-signature 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 property-signature)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text property-signature)
(full-text property-signature source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width property-signature)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end property-signature)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind property-signature)

Returns: SyntaxKind.PropertySignature

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

modifierscljs

(modifiers property-signature)

Returns: NodeArray<Modifier> | undefined

**Returns:** `NodeArray<Modifier> | undefined`
sourceraw docstring

namecljs

(name property-signature)

Returns: PropertyName

**Returns:** `PropertyName`
sourceraw docstring

parentcljs

(parent property-signature)

Returns: InterfaceDeclaration | TypeLiteralNode

**Returns:** `InterfaceDeclaration | TypeLiteralNode`
sourceraw docstring

poscljs

(pos property-signature)

Returns: number

**Returns:** `number`
sourceraw docstring

question-tokencljs

(question-token property-signature)

Returns: QuestionToken | undefined

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

source-filecljs

(source-file property-signature)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start property-signature)
(start property-signature source-file)
(start property-signature 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 property-signature)
(text property-signature source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

typecljs

(type property-signature)

Returns: TypeNode | undefined

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

widthcljs

(width property-signature)
(width property-signature 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