AxsgStudioInsertElementRequest Class

Definition

Represents an insert-element request payload.

public sealed record AxsgStudioInsertElementRequest(string? BuildUri, string? TargetTypeName, string? ParentElementId, string? ElementName, string? XamlFragment, bool? PersistChangesToSource, bool? WaitForHotReload, bool? FallbackToRuntimeApplyOnTimeout) : IEquatable<AxsgStudioInsertElementRequest>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (8)