VDoc Interface

Packages > @anticrm/domains > VDoc

Signature:

export interface VDoc extends Doc 

Extends: Doc

Properties

List of properties of this interface
Property Type Description
_createdBy StringProperty
_createdOn DateProperty
_modifiedBy StringProperty
_modifiedOn DateProperty
_space Ref<Space>

Events

_createdBy

Signature:

_createdBy: StringProperty;

_createdOn

Signature:

_createdOn: DateProperty;

_modifiedBy

Signature:

_modifiedBy?: StringProperty;

_modifiedOn

Signature:

_modifiedOn?: DateProperty;

_space

Signature:

_space: Ref<Space>;