Class StringBlockPropertyBeta

Contains the state of a string-based property for a BlockPermutation.

Hierarchy

Constructors

Properties

Constructors

Properties

name: string

Name of this property.

validValues: string[]

A list of allowed values for this string property.

value: string

The current value of this property.

Throws

Setting this property can throw if the value passed is not valid for the property. Use validValues to check allowed values.