Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: AwarenessSelection

@roomful/core


@roomful/core / AwarenessSelection

Defined in: packages/core/src/types.ts:931

Describes a text selection shared through awareness.

elementId: string

Defined in: packages/core/src/types.ts:935

Identifies the selected element.


from: number

Defined in: packages/core/src/types.ts:940

Supplies the selection start offset.


to: number

Defined in: packages/core/src/types.ts:945

Supplies the selection end offset.