API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeUIThemeRole
@codexo/exojs / ui / stable
A themed surface. Roles are per painted surface, not per widget class: a progress bar draws its track and its fill from two independent roles.
0
props
0
methods
0
events
Import
import { UIThemeRole } from '@codexo/exojs'A themed surface. Roles are per painted surface, not per widget class: a progress bar draws its track and its fill from two independent roles.
Definition1
"button" | "caret" | "checkbox" | "checkboxMark" | "dropdownItem" | "dropdownList" | "label" | "panel" | "placeholder" | "progressBarFill" | "progressBarTrack" | "scrollbarThumb" | "scrollbarTrack" | "selection" | "sliderFill" | "sliderThumb" | "sliderTrack" | "textFieldSurface" | "toggleKnob" | "toggleTrack"Source