EClass Interface
Packages > @anticrm/core > EClass
Signature:
export interface EClass<T extends E, E extends Obj> extends Classifier, EDomainClassifier 
Extends: Classifier, EDomainClassifier
Properties
| Property | Type | Description | 
|---|---|---|
| _attributes | AllAttributes | 
      |
| _extends | Ref<Class | 
      |
| _native | StringProperty | 
Events
_attributes
Signature:
_attributes: AllAttributes<T, E>;
_extends
Signature:
_extends?: Ref<Class<E>>;
_native
Signature:
_native?: StringProperty;