EnumLiteral Interface

Packages > @anticrm/core > EnumLiteral

Signature:

export interface EnumLiteral extends Emb 

Extends: Emb

Properties

List of properties of this interface
Property Type Description
label string
ordinal string | number

Events

label

Signature:

label: string;

ordinal

Signature:

ordinal: string | number;