# Panel (async)

Schedule time when async step will be sent to next step

# Screenshots

async

# Config

async:

	config:

		# Required | Type: string | Default: null
		# Configured async step. By default is used current step
		step: "mystep"

		# Optional | Type: bool | Default: false
		# Allow user to save empty value. Async step will be sent to next step immediately after its activation.
		allowEmpty: null

		# UI
		ui:

			# Optional | Type: string | Default: null
			# Panel title
			title: "Panel title"

			# Optional | Type: string | Default: null
			# Panel description
			description: "Panel description"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22