MaestroTrailItem

@Serializable
data class MaestroTrailItem(val maestro: MaestroCommandList) : TrailYamlItem

maestro

This is used to represent a list of Maestro commands in the trail.

Constructors

Link copied to clipboard
constructor(maestro: MaestroCommandList)

Properties

Link copied to clipboard