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

List of properties of this interface
Property Type Description
_domain StringProperty
_native StringProperty

Events

_domain

Signature:

_domain?: StringProperty;

_native

Signature:

_native?: StringProperty;