Type Alias: LevelBarOffset
LevelBarOffset =
object
Defined in: packages/react/src/jsx.ts:327
Configuration for an offset threshold on a GtkLevelBar widget.
Offsets define named value thresholds that change the bar's appearance (e.g., "low", "high", "full"). Built-in offsets include GTK_LEVEL_BAR_OFFSET_LOW, GTK_LEVEL_BAR_OFFSET_HIGH, and GTK_LEVEL_BAR_OFFSET_FULL.
See
Properties
id
id:
string
Defined in: packages/react/src/jsx.ts:329
Unique identifier for this offset (e.g., "low", "high", "full")
value
value:
number
Defined in: packages/react/src/jsx.ts:331
The threshold value at which this offset applies