Skip to content
  • Andre Heinecke's avatar
    Add support for Next actions following an action · bdd8db38
    Andre Heinecke authored and Albert Astals Cid's avatar Albert Astals Cid committed
    Next actions are action dictionaries or an array
    of action dictonaries. "Next" is an entry in the
    general action dictionary.
    
    These actions are supposed to be performed after each other.
    So that a single button press can for example
    both trigger a Hide action and a JavaScript action.
    bdd8db38