Obj Interface

Packages > @anticrm/core > Obj

Signature:

export interface Obj 

Properties

List of properties of this interface
Property Type Description
_class Ref<Class<Obj>>
_mixins Ref<Mixin<Obj>>[]

Events

_class

Signature:

_class: Ref<Class<Obj>>;

_mixins

Signature:

_mixins?: Ref<Mixin<Obj>>[];