The editor for which to create the input trigger.
A CSS selector that determines which element we want to
split or merge. For instance, to operate on all paragraphs, this parameter
could be "p"
. This selector must be fit to be used in the GUI tree.
The key which splits the element.
The key which merges the element with its previous sibling.
The key which merges the element with its next sibling.
The input trigger.
A transformation handler for a node splitting transformation.
The editor which invoked the transformation.
The key that is splitting the element.
Generated using TypeDoc
Makes an input trigger that splits and merges consecutive elements.