Provides transport-neutral hot design runtime mutations shared by MCP, studio remote design, and future adapters.
public sealed class AxsgRuntimeHotDesignService
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgRuntimeHotDesignService()Creates a new hot design runtime service.ApplyDocumentTextAsync(String?, String?, CancellationToken)Applies updated XAML text to a hot-design document.ApplyPropertyUpdateAsync(SourceGenHotDesignPropertyUpdateRequest, CancellationToken)Applies a hot-design property update request.Disable()Disables hot design and returns the updated runtime status.Enable(SourceGenHotDesignOptions?)Enables hot design and returns the updated runtime status.InsertElementAsync(SourceGenHotDesignElementInsertRequest, CancellationToken)Inserts a hot-design element.RedoAsync(String?, CancellationToken)Redoes the last hot-design change for the target document.RemoveElementAsync(SourceGenHotDesignElementRemoveRequest, CancellationToken)Removes a hot-design element.SelectAtPoint(Double, Double, String?, Boolean, Nullable<SourceGenHotDesignHitTestMode>)Resolves the hot-design element at a preview point and optionally updates the runtime selection.SelectDocument(String?)Sets the active hot-design document and returns the updated workspace snapshot.SelectElement(String?, String?)Sets the active hot-design element selection and returns the updated workspace snapshot.SetCanvasFormFactor(String, Nullable<Double>, Nullable<Double>)Sets the canvas form factor.SetCanvasTheme(Boolean)Sets the canvas theme.SetCanvasZoom(Double)Sets the canvas zoom level.SetHitTestMode(SourceGenHotDesignHitTestMode)Sets the hit-test mode for the hot-design workspace.SetPanelVisibility(SourceGenHotDesignPanelKind, Boolean)Sets the visibility of a hot-design panel.SetPropertyFilterMode(SourceGenHotDesignPropertyFilterMode)Sets the property filter mode for the hot-design workspace.SetWorkspaceMode(SourceGenHotDesignWorkspaceMode)Sets the hot-design workspace mode.Toggle()Toggles hot design and returns the updated runtime status.TogglePanel(SourceGenHotDesignPanelKind)Toggles the visibility of a hot-design panel.UndoAsync(String?, CancellationToken)Undoes the last hot-design change for the target document.