set Dynamic Action
fun setDynamicAction(trigger: MouseTriggerAction, job: (MouseEvent) -> Unit)
Content copied to clipboard
Set a dynamic action.
Parameters
trigger
the trigger for the action
job
the job that will be run when the action occurs