Skip to content

Vizel API / core/src / VizelCollaborationUser

Interface: VizelCollaborationUser

Defined in: packages/core/src/collaboration.ts:17

User information for collaboration cursor display

Properties

color

ts
color: string;

Defined in: packages/core/src/collaboration.ts:21

Cursor and highlight color (CSS color value)


name

ts
name: string;

Defined in: packages/core/src/collaboration.ts:19

Display name shown next to the cursor

Released under the MIT License.