Space Interface

Packages > @anticrm/core > Space

Signature:

export interface Space extends Doc 

Extends: Doc

Properties

List of properties of this interface
Property Type Description
archived boolean
description string
isPublic boolean
name string
users SpaceUser[]

Events

archived

Signature:

archived: boolean;

description

Signature:

description: string;

isPublic

Signature:

isPublic: boolean;

name

Signature:

name: string;

users

Signature:

users: SpaceUser[];