API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeUIThemePatch

@codexo/exojs / ui / stable

Theme overrides applied on top of an inherited theme. Fields are replaced whole: naming `background` replaces the entire descriptor, since blending half a fill into a nine-slice has no meaning. Single-property tweaks belong on the widget (`panel.setFill({ color })`), not in a theme patch.

0
props
0
methods
0
events
Import
import { UIThemePatch } from '@codexo/exojs'

Theme overrides applied on top of an inherited theme. Fields are replaced whole: naming `background` replaces the entire descriptor, since blending half a fill into a nine-slice has no meaning. Single-property tweaks belong on the widget (`panel.setFill({ color })`), not in a theme patch.

Definition1
Source