(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`
(child-count property-signature)
(child-count property-signature source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children property-signature)
(children property-signature source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(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`
(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`
(full-start property-signature)
Returns: number
**Returns:** `number`
(full-text property-signature)
(full-text property-signature source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width property-signature)
Returns: number
**Returns:** `number`
(kind property-signature)
Returns: SyntaxKind.PropertySignature
**Returns:** `SyntaxKind.PropertySignature`
(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`
(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`
(modifiers property-signature)
Returns: NodeArray<Modifier> | undefined
**Returns:** `NodeArray<Modifier> | undefined`
(name property-signature)
Returns: PropertyName
**Returns:** `PropertyName`
(parent property-signature)
Returns: InterfaceDeclaration | TypeLiteralNode
**Returns:** `InterfaceDeclaration | TypeLiteralNode`
(question-token property-signature)
Returns: QuestionToken | undefined
**Returns:** `QuestionToken | undefined`
(source-file property-signature)
Returns: SourceFile
**Returns:** `SourceFile`
(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`
(text property-signature)
(text property-signature source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type property-signature)
Returns: TypeNode | undefined
**Returns:** `TypeNode | undefined`
(width property-signature)
(width property-signature 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