Property Variables
Variables
Provides scripted access to the variables API, allowing scripts to declare, retrieve, and manipulate variables.
Declaration
[Dependency]
public IVariablesScriptingApi Variables { get; init; }
Property Value
Type | Description |
---|---|
IVariablesScriptingApi | The variables scripting API. |
Remarks
This property is injected with an implementation of the variables API, facilitating scripts in managing their variables in a structured manner, supporting dynamic content and logic within the scripting environment.