plushie/prop/direction

Direction type for scrollable and overflow axes.

Types

pub type Direction {
  Horizontal
  Vertical
  Both
}

Constructors

  • Horizontal
  • Vertical
  • Both

Values

pub fn to_prop_value(d: Direction) -> node.PropValue

Encode a Direction to its wire-format PropValue.

pub fn to_string(d: Direction) -> String

Convert a Direction to its wire-format string representation.

Search Document