Interface: AwarenessSelection
@roomful/core / AwarenessSelection
Interface: AwarenessSelection
Section titled “Interface: AwarenessSelection”Defined in: packages/core/src/types.ts:1013
Describes a text selection shared through awareness.
Properties
Section titled “Properties”elementId
Section titled “elementId”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.