@gtkx/react / ScaleMark
Type Alias: ScaleMark
ScaleMark =
object
Defined in: packages/react/src/jsx.ts:299
Configuration for a mark on a GtkScale widget.
Marks are visual indicators placed along the scale at specific values, optionally with text labels.
See
Properties
label?
optionallabel?:string|null
Defined in: packages/react/src/jsx.ts:305
Optional text label to display at the mark
position?
optionalposition?:Gtk.PositionType
Defined in: packages/react/src/jsx.ts:303
Position of the mark relative to the scale (default: BOTTOM)
value
value:
number
Defined in: packages/react/src/jsx.ts:301
The value at which to place the mark