API reference

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

T

typeProgressBarFillMode

@codexo/exojs / ui / stable

How the bar follows the value: `'scale'` paints the background at the value's width, `'clip'` paints it at full width and shows the leading fraction of it. Clipping is what keeps textured art undistorted; a fill has nothing to distort, so it is always painted at the value's width.

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

How the bar follows the value: `'scale'` paints the background at the value's width, `'clip'` paints it at full width and shows the leading fraction of it. Clipping is what keeps textured art undistorted; a fill has nothing to distort, so it is always painted at the value's width.

Definition1
"clip" | "scale"
Source