Title Interface

Packages > @anticrm/domains > Title

Signature:

export interface Title extends Doc 

Extends: Doc

Properties

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

Events

_objectClass

Signature:

_objectClass: Ref<Class<Doc>>;

_objectId

Signature:

_objectId: Ref<Doc>;

source

Signature:

source: TitleSource;

title

Signature:

title: string | number;