Table of Contents

Property RowTemplate

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

RowTemplate

Gets or sets the list of cells composing the row template.
A max of 16 cells are supported.

[JsonProperty("row_template")]
public List<NuiListTemplateCell> RowTemplate { get; set; }

Property Value

List<NuiListTemplateCell>