(asterisk-token constructor-declaration)Returns: AsteriskToken | undefined
**Returns:** `AsteriskToken | undefined`
(body constructor-declaration)Returns: Block | undefined
**Returns:** `Block | undefined`
(child-at constructor-declaration index)(child-at constructor-declaration index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count constructor-declaration)(child-count constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children constructor-declaration)(children constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(exclamation-token constructor-declaration)Returns: ExclamationToken | undefined
**Returns:** `ExclamationToken | undefined`
(first-token constructor-declaration)(first-token constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags constructor-declaration)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child constructor-declaration cb-node)(for-each-child constructor-declaration 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 constructor-declaration)Returns: number
**Returns:** `number`
(full-text constructor-declaration)(full-text constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width constructor-declaration)Returns: number
**Returns:** `number`
(get-end constructor-declaration)Returns: number
**Returns:** `number`
(kind constructor-declaration)Returns: SyntaxKind.Constructor
**Returns:** `SyntaxKind.Constructor`
(last-token constructor-declaration)(last-token constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width constructor-declaration)(leading-trivia-width constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(modifiers constructor-declaration)Returns: NodeArray<ModifierLike> | undefined
**Returns:** `NodeArray<ModifierLike> | undefined`
(name constructor-declaration)Returns: PropertyName | undefined
**Returns:** `PropertyName | undefined`
(parameters constructor-declaration)Returns: NodeArray<ParameterDeclaration>
**Returns:** `NodeArray<ParameterDeclaration>`
(parent constructor-declaration)Returns: ClassLikeDeclaration
**Returns:** `ClassLikeDeclaration`
(question-token constructor-declaration)Returns: QuestionToken | undefined
**Returns:** `QuestionToken | undefined`
(source-file constructor-declaration)Returns: SourceFile
**Returns:** `SourceFile`
(start constructor-declaration)(start constructor-declaration source-file)(start constructor-declaration 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 constructor-declaration)(text constructor-declaration source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type constructor-declaration)Returns: TypeNode | undefined
**Returns:** `TypeNode | undefined`
(type-parameters constructor-declaration)Returns: NodeArray<TypeParameterDeclaration> | undefined
**Returns:** `NodeArray<TypeParameterDeclaration> | undefined`
(width constructor-declaration)(width constructor-declaration 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 |