Class BoundParameterDeclaration

Parameter declaration. Is contained in a method or function delaration since a parameter can not be exported by itself.

Export

Implements

Hierarchy

Constructors

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

endCharacter: string
parameters: ParameterDeclaration[] = []
start?: number

The starting character of the node in the document.

Memberof

Node

startCharacter: string
typeReference: undefined | string

Accessors

  • get type(): string
  • The type of the declaration.

    Example

    "string"
    

    Example

    "Declaration[]"
    

    Memberof

    TypedDeclaration

    Returns string

  • set type(_: string): void
  • The type of the declaration.

    Example

    "string"
    

    Example

    "Declaration[]"
    

    Memberof

    TypedDeclaration

    Parameters

    • _: string

    Returns void

Generated using TypeDoc