EClass Interface
Packages > @anticrm/core > EClass
Signature:
export interface EClass<T extends E, E extends Obj> extends EClassifier<T, E>
Extends: EClassifier<T, E>
Properties
Property | Type | Description |
---|---|---|
_domain | StringProperty | |
_native | StringProperty |
Events
_domain
Signature:
_domain?: StringProperty;
_native
Signature:
_native?: StringProperty;