System Style Classifier
SystemStyleClassifier enumerates the style classifiers that are well-known to Anvil.
Entries
The background color for the input field of an active console.
The foreground color for the input field of an active console.
The background color for source text.
The color of a code guide.
The stream style used to echo user input.
The stream style used to display normal output.
The stream style used to display error output.
The stream style used to display informational text.
The stream style used to echo commands.
The stream style used to provide build progress updates.
The stream style used to display diagnostics and reports.
The style used to emphasize a particular token that has been selected or used in a navigation. Styler functions for actual code should not generally use this style, as it's intended for transiently emphasizing a particular token that the user is working with dynamically.
Properties
The style classifier.
The default rendering context to use when none was supplied for an exact match of the receiver in the stylesheet.
The source text for an exact match pattern for the receiver.
The default palette to use if the palette provided to the stylesheet does not have the right aliases defined.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.