MatrixElement

@Serializable
sealed interface MatrixElement(source)

List of elements for simple single-dimension Build Matrix

List of existing or new elements for single-dimension Build Matrix

List of elements for single-dimension Build Matrix

List of elements for this Build Matrix dimension

Inheritors

Types

Link copied to clipboard
@Serializable
value class BoolValue(val value: Boolean) : MatrixElement
Link copied to clipboard
@Serializable
value class IntegerValue(val value: Long) : MatrixElement
Link copied to clipboard
@Serializable
value class StringValue(val value: String) : MatrixElement