id: stage
type: PageHeaderMenu
properties:
title: Stage
areas:
content:
blocks:
- id: content
type: Card
layout:
size: 800 # Set the size of the card so it does not fill the full screen
contentGutter: 16 # Make a 16px gap between all blocks in this card
- id: title
type: Title
grow: 1
content: Stage
- id: foo
required: true
type: TextInput
title: Foo
placeholder: Bar
- id: reset_button
type: Button
title: Reset
icon: ClearOutlined
block: true
type: default
actions:
onClick:
- id: reset
type: reset()
- id: start_download
grow: 3
title: Download
icon: CloudDownloadOutlined