Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionalDeclaration

Interface for possible optional declarations. Contains information if the element is optional or not.

export
interface

OptionalDeclaration

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

isOptional

isOptional: boolean

Defines if the declaration is optional or not.

type

{boolean}

memberof

OptionalDeclaration

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