CommandGroup

data class CommandGroup(title: String?, commands: List<Command>) : ContentModel

Properties

Link copied to clipboard
val commands: List<Command>
Link copied to clipboard
val title: String? = null