EnumLiteral Interface
Packages > @anticrm/core > EnumLiteral
Signature:
export interface EnumLiteral extends Emb 
Extends: Emb
Properties
| Property | Type | Description | 
|---|---|---|
| label | string | |
| ordinal | string | number | 
Events
label
Signature:
label: string;
ordinal
Signature:
ordinal: string | number;