sourceWords property

List<String> sourceWords
final

Source strings used later to align controls with backend tokens.

Text outside controls is split using Python's whitespace rules. A link's visible source is retained as one entry even when it contains whitespace.

Implementation

final List<String> sourceWords;