marta

Class Actions

Action repository.

class marta.Actions {

let actions: Array<Action>

fun getById(actionId): Action?

fun getHotkey(actionId): Hotkey?

fun getHotkeys(actionId): Array<Hotkey>

}