Interface ILiveSetting
Namespace: DotBoxD.Plugins.Runtime
Assembly: DotBoxD.Plugins.dll
public interface ILiveSettingProperties
Section titled “Properties”CurrentValue
Section titled “ CurrentValue”object? CurrentValue { get; }Property Value
Section titled “Property Value”Definition
Section titled “ Definition”LiveSettingDefinition Definition { get; }Property Value
Section titled “Property Value”string Name { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”SetObject(object?)
Section titled “ SetObject(object?)”void SetObject(object? value)Parameters
Section titled “Parameters”value object?
ToSandboxValue()
Section titled “ ToSandboxValue()”SandboxValue ToSandboxValue()