🚧 Still under progress. Soon will be finished.

EnumDeclaration

INTERFACE code

Description

Result of an enumerable after getting serialized

Properties

Name Type Description
kind DeclarationKind.Enum

The declaration kind

name string

The name of the enumerable

line number

The start line number where it’s defined

members EnumMember[]

An array of members of the enumerable

jsDoc CommentPart[]

Any JSDoc comment

namespace string

The namespace where it’s defined