Table of Contents

Property Closable

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Closable

Gets or sets whether this window can be closed.
You must provide a way to close the window if you set this to false.

[JsonProperty("closable")]
public NuiProperty<bool> Closable { get; set; }

Property Value

NuiProperty<bool>