EClassifier Interface
Packages > @anticrm/core > EClassifier
Signature:
export interface EClassifier<T extends E, E extends Obj> extends Doc
Extends: Doc
Properties
Property | Type | Description |
---|---|---|
_attributes | AllAttributes |
|
_extends | Ref<Classifier |
|
_kind | ClassifierKind |
Events
_attributes
Signature:
_attributes: AllAttributes<T, E>;
_extends
Signature:
_extends?: Ref<Classifier<E>>;
_kind
Signature:
_kind: ClassifierKind;