TextResult
Description:
Record to define textual results with optional markup.
text
Type: Field.
Description:
Textual content.
Signature:
text: string
marks
Type: Field.
Description:
Optional markup for the text.
Signature:
marks: nil | {Markup}
optionsFollowed
Type: Field.
Description:
A flag indicating that advancing will yield an OptionResult as the next result.
Signature:
optionsFollowed: nil | boolean