onActionAdded
open fun onActionAdded(connectFlags: <Error class: unknown class> = ConnectFlags(0u), detail: String? = null, handler: (actionName: String) -> Unit): <Error class: unknown class>
Signals that a new action was just added to the group.
This signal is emitted after the action has been added and is now visible.
Since
2.28
Parameters
connectFlags
a combination of ConnectFlags
detail
the signal detail
handler
the Callback to connect. Params: actionName
the name of the action in @action_group