API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeStyleChangeHint
@codexo/exojs / rendering / stable
Describes how costly a style change is to incorporate. Hints accumulate to the heaviest pending change: `tint` < `layout` < `font`
0
props
0
methods
0
events
Import
import { StyleChangeHint } from '@codexo/exojs'Describes how costly a style change is to incorporate.
Hints accumulate to the heaviest pending change: `tint` < `layout` < `font`
Definition1
"font" | "layout" | "tint"Source