Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StaticDeclaration

Interface for possible static declarations.

export
interface

StaticDeclaration

extends

{Declaration}

Hierarchy

Implemented by

Index

Properties

Properties

Optional end

end: undefined | number

The ending character of the node in the document.

type

{number}

memberof

Node

isStatic

isStatic: boolean

Defines if the declaration is static or not.

type

{boolean}

memberof

StaticDeclaration

name

name: string

The name of the declaration.

type

{string}

memberof

Declaration

Optional start

start: undefined | number

The starting character of the node in the document.

type

{number}

memberof

Node

Generated using TypeDoc