json_canvas/node/group_background_style

Types

pub type GroupBackgroundStyle {
  Cover
  Ratio
  Repeat
}

Constructors

  • Cover
  • Ratio
  • Repeat

Functions

pub fn decode_group_background_style(
  dyn: Dynamic,
) -> Result(GroupBackgroundStyle, List(DecodeError))
Search Document