CadCollabPresence Class

Definition

public sealed record CadCollabPresence(Guid UserId, string DisplayName, string Color, string? Status, string? ActiveTool, string? PromptStage, CadCollabPoint? CursorPoint, CadCollabViewportSummary? Viewport, IReadOnlyList<Guid>? SelectedEntityIds, DateTimeOffset UpdatedAtUtc, IReadOnlyList<CadCollabToolPreviewPrimitive>? ToolPreview = null, Guid? SessionId = default(Guid? )) : IEquatable<CadCollabPresence>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (12)