Skip to content

Variable: column

Misat11 edited this page May 10, 2020 · 4 revisions

column

This sets item's column!

There are 9 colums (3 with name)

  • 0, left, first
  • 1
  • 2
  • 3
  • 4, center, middle
  • 5
  • 6
  • 7
  • 8, right, last

Yaml:

- stack: ...
  column: 1

Groovy:

item('...') {
  column(1)
}

Result:

Clone this wiki locally