Title Interface

Packages > @anticrm/core > Title

Signature:

export interface Title extends Doc 

Extends: Doc

Properties

List of properties of this interface
Property Type Description
_objectClass Ref<Classifier<Doc>>
_objectId Ref<Doc>
title string | number

Events

_objectClass

Signature:

_objectClass: Ref<Classifier<Doc>>;

_objectId

Signature:

_objectId: Ref<Doc>;

title

Signature:

title: string | number;