The event argument for a word-hyphenation related event.

Syntax

{
   word: <string>,
   maxDividePos: <Number>,
   dividePos: <Number>
}

Introduced: X18.

Properties

Property Description
dividePos The position at which the word should be divided.
maxDividePos The maximum dividing position.
word The word to hyphenate.