Skip to content

Vizel API / core/src / VizelPresenceUser

Interface: VizelPresenceUser

Defined in: packages/core/src/extensions/presence.ts:8

A collaborator's identity for presence rendering.

Properties

color

ts
readonly color: string;

Defined in: packages/core/src/extensions/presence.ts:14

CSS color used for the user's cursor and selection.


id

ts
readonly id: string;

Defined in: packages/core/src/extensions/presence.ts:10

Stable user identifier.


name

ts
readonly name: string;

Defined in: packages/core/src/extensions/presence.ts:12

Human-readable display name.

Released under the MIT License.