Table of Contents

Property Collapsed

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Collapsed

Gets or sets whether this window is collapsed.
Use a static value to force the popup into a collapsed/unfolded state.

[JsonProperty("collapsed")]
public NuiProperty<bool>? Collapsed { get; set; }

Property Value

NuiProperty<bool>