The event argument object for the input
{
column: <number>,
line: <number>,
page: <number>,
section: <number>,
textPosition: <number>
} Introduced: X14.
| Property | Description |
|---|---|
| column | The column number of the current text input position. |
| line | The line number of the current text input position. |
| page | The page number of the current text input position. |
| section | The section number of the current text input position. |
| text |
The 0-based text position of the current text input position. |