AxsgStudioApplyPropertyUpdateRequest Class

Definition

Represents an apply-property-update request payload.

public sealed record AxsgStudioApplyPropertyUpdateRequest(string? BuildUri, string? TargetTypeName, string? ElementId, string? PropertyName, string? PropertyValue, bool? RemoveProperty, bool? PersistChangesToSource, bool? WaitForHotReload, bool? FallbackToRuntimeApplyOnTimeout) : IEquatable<AxsgStudioApplyPropertyUpdateRequest>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (9)