Companion

object Companion

Properties

Link copied to clipboard
val currentTokenStyle: List<String>

The style for the current selected token, as shown in the phrase view.

Link copied to clipboard
val metacharacterStyle: List<String>

The style for metacharacters in the phrase view.

Link copied to clipboard
val unusedTokenStyle: List<String>

The style for non-occurring tokens in the phrase view.

Link copied to clipboard
val usedTokenStyle: List<String>

The style for tokens in the phrase view that actually occur in the relevant call site (except the current selected one).