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