Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportableDeclaration

Interface for exportable declarations. Does contain information about the export status of a declaration.

export
interface

ExportableDeclaration

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

isExported

isExported: boolean

Indicates if the declaration is exported (i.e. export function ...) or not.

type

{boolean}

memberof

ExportableDeclaration

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