Table of Contents

Property Enabled

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Enabled

Toggles if this element is active/interactable, or disabled/greyed out.

[JsonProperty("enabled", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<bool>? Enabled { get; set; }

Property Value

NuiProperty<bool>