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

Interface: PresenceBarProps\<TPresence\>

@roomful/cursors


@roomful/cursors / PresenceBarProps

Defined in: presence-types.ts:24

Configures the presence bar component.

  • PresenceBaseProps<TPresence>

TPresence extends PresenceData = PresenceData

The peer presence shape.

optional maxVisible: number

Defined in: presence-types.ts:14

PresenceBaseProps.maxVisible


optional onUserClick: (peer) => void

Defined in: presence-types.ts:15

Peer<TPresence>

void

PresenceBaseProps.onUserClick


optional showNames: boolean

Defined in: presence-types.ts:30

Shows peer names alongside avatars when true.


optional size: PresenceSize

Defined in: presence-types.ts:16

PresenceBaseProps.size