Interface OptionalDeclaration

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

Export

Interface

OptionalDeclaration

Hierarchy

Implemented by

Properties

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

isOptional: boolean

Defines if the declaration is optional or not.

Memberof

OptionalDeclaration

name: string

The name of the declaration.

Memberof

Declaration

start?: number

The starting character of the node in the document.

Memberof

Node

Generated using TypeDoc