Action

data class Action(val label: String, val action: () -> Unit) : AudioMenu.MenuItem

A leaf node that executes an action when selected.

Constructors

Link copied to clipboard
constructor(label: String, action: () -> Unit)

Properties

Link copied to clipboard
val action: () -> Unit
Link copied to clipboard
open override val label: String