SystemStyleClassifier

enum SystemStyleClassifier : Enum<SystemStyleClassifier>

SystemStyleClassifier enumerates the style classifiers that are well-known to Anvil.

Entries

Link copied to clipboard

The background color for the input field of an active console.

Link copied to clipboard

The foreground color for the input field of an active console.

Link copied to clipboard

The background color for source text.

Link copied to clipboard

The foreground color for source text.

Link copied to clipboard

The color of a code guide.

Link copied to clipboard

The stream style used to echo user input.

Link copied to clipboard

The stream style used to display normal output.

Link copied to clipboard

The stream style used to display error output.

Link copied to clipboard

The stream style used to display informational text.

Link copied to clipboard

The stream style used to echo commands.

Link copied to clipboard

The stream style used to provide build progress updates.

Link copied to clipboard

The stream style used to display diagnostics and reports.

Properties

Link copied to clipboard
val classifier: String

The style classifier.

Link copied to clipboard
open val defaultRenderingContext: UnvalidatedRenderingContext

The default rendering context to use when none was supplied for an exact match of the receiver in the stylesheet.

Link copied to clipboard
val exactMatchSource: String

The source text for an exact match pattern for the receiver.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val palette: Palette

The default palette to use if the palette provided to the stylesheet does not have the right aliases defined.