EEnum Interface
Packages > @anticrm/core > EEnum
Signature:
export interface EEnum<T extends EnumKey, E extends EnumLiteral> extends Classifier 
Extends: Classifier
Properties
| Property | Type | Description | 
|---|---|---|
| _literals | EnumLiterals | 
      
Events
_literals
Signature:
_literals: EnumLiterals<T, E>;