Readonly[SPACE_Send message to channel.
Echo database.
Unique space identifier.
Immutable membership policy assigned at space creation time. Available on closed spaces.
Current state of space pipeline.
Properties object.
Access to queues.
Current state of the space.
The database is ready to be used in SpaceState.SPACE_READY state.
Presence is available in SpaceState.SPACE_CONTROL_ONLY state.
Immutable tags assigned at space creation time. Available on closed spaces.
Deactivates the space stopping replication with other peers. The space will not auto-open on the next app launch. The setting is persisted on the local device.
Tombstones (soft-deletes) the space and replicates the deletion to the user's other devices. Every device stops replicating and unloads the space. Underlying data is not removed until garbage collection (future work). This is terminal: the space cannot be re-opened via open.
Activates the space enabling the use of the database and starts replication with peers. The setting is persisted on the local device.
Optionaloptions: Partial<Invitation>Waits until the space is in the ready state, with database initialized.
Register channel listener.