-
Home
-
API
-
ProCad.Collaboration.Contracts
-
CadCollabPresence
CadCollabPresence Class
Definition
Show inherited members (7)
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)
CadCollabPresence(Guid, String, String, String?, String?, String?, CadCollabPoint?, CadCollabViewportSummary?, IReadOnlyList<Guid>?, DateTimeOffset, IReadOnlyList<CadCollabToolPreviewPrimitive>?, Nullable<Guid>)
Properties (12)