Interface: CollaborationBadgeProps\<TPresence\>
@roomful/cursors / CollaborationBadgeProps
Interface: CollaborationBadgeProps<TPresence>
Section titled “Interface: CollaborationBadgeProps<TPresence>”Defined in: collaboration-badge.types.ts:33
Configures the collaboration badge component.
Type Parameters
Section titled “Type Parameters”TPresence
Section titled “TPresence”TPresence extends PresenceData = PresenceData
The peer presence shape.
Properties
Section titled “Properties”peer:
Peer<TPresence>
Defined in: collaboration-badge.types.ts:37
Supplies the peer shown as actively editing.
position?
Section titled “position?”
optionalposition:CollaborationBadgePosition
Defined in: collaboration-badge.types.ts:42
Overrides the badge position.