Property Attributes
Attributes
Gets or sets the list of attributes associated with a block.
Declaration
[[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]]
[[System.Text.Json.Serialization.JsonConverter(typeof(Den.Dev.Grunt.Converters.SingleOrArrayJsonConverter<Den.Dev.Grunt.Models.Waypoint.Attribute>))]]
[[System.Text.Json.Serialization.JsonPropertyName("attrs")]]
public System.Collections.Generic.List<Den.Dev.Grunt.Models.Waypoint.Attribute>? Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Attribute> |