Attributes

Attributes in RWL describe specific properties of an element (or block).

Normally inside of [] after the name / type of an element:

frame [Horizontal] {
  
}

Types

Key-Value Pair

Used to assign a key to a value.

key = value
key=value

Flag

Used to set a boolean attribute to true, or to describe a specific behaviour:

Horizontal
Vertical

Last updated