The event argument for footnote related events.

Syntax

{
   name: <string>,
   number: <Number>,
   referenceMarkLength: <Number>,
   referenceMarkStart: <Number>,
   highlightColor: <string>,
   highlightMode: <string>,
   id: <Number>
}

Introduced: 32.0.

Properties

Property Description
highlightColor The footnote's highlight color.
highlightMode The footnote's highlight mode (see TXTextControl.HighlightMode).
id The footnote's identifier.
name The footnote's name.
number The footnote's 1-based number in the text flow.
referenceMarkLength The footnote's reference mark length in characters.
referenceMarkStart The footnote's 1-based reference mark start position.