EnumOf Interface

Packages > @anticrm/core > EnumOf

Signature:

export interface EnumOf<T extends EnumKey> extends Type 

Extends: Type

Properties

List of properties of this interface
Property Type Description
of Ref<Enum>

Events

of

Signature:

of: Ref<Enum<T>>;