Skip to content

Axis

data class Axis(val name: String, val active: Boolean)

One named boolean axis of a widget's interaction state (e.g. "focused" paired with whether the widget currently is), in the priority order resolve should consider it - pass axes to resolve most-significant first (typically the "activated" axis - checked/ selected/pressed - before "focused").

Constructors

Axis

constructor(name: String, active: Boolean)

Properties

active

name

val name: String