set Additional Action
open fun setAdditionalAction(@NonNull triggerEvent: AnnotationTriggerEvent, @Nullable action: Action)
Sets the action that should be executed for the given annotation trigger event.
Parameters
trigger Event
Event for which to set the action.
action
Action to be executed when triggerEvent
occurs, null
to remove existing action.