Property AuraTree
AuraTree
Provides scripted access to the Aura tree manipulation API.
Declaration
[Dependency]
public IAuraTreeScriptingApi AuraTree { get; init; }
Property Value
Type | Description |
---|---|
IAuraTreeScriptingApi | The Aura tree scripting API. |
Remarks
This property is automatically populated via dependency injection and provides scripts with methods to manipulate the Aura tree, enabling dynamic changes to the user interface or application structure at runtime.