Skip to content

Interface: AwarenessSelection

@roomful/core


@roomful/core / AwarenessSelection

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

Describes a text selection shared through awareness.

elementId: string

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

Identifies the selected element.


from: number

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

Supplies the selection start offset.


to: number

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

Supplies the selection end offset.