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>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgStudioInsertElementRequest(String?, String?, String?, String?, String?, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)Represents an insert-element request payload.