INativeUiElementHandle interface
Handle to a registered element. Auto-removed on plugin/framework dispose.
public interface INativeUiElementHandleMembers
Section titled “Members”| name | description |
|---|---|
| IsInjected { get; } | True while the element is live under a present anchor. |
| Remove() | Remove the element now and stop re-injecting it. |
| Update() | Force an immediate re-pull of dynamic content (Indicator/Panel) between refresh ticks. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services