open-scanner
Configuration options
Examples and code snippets
Open-scanner action

children:
- type: component.form
options:
children:
- type: component.text-field
instanceId: qr-value
options:
label: "QR Response"
initialValue: [email protected]
actions:
- children:
- type: action.open-scanner
instanceId: scanner-action
options:
title: "Scan QR code"
modal:
title: Scan complete
onSuccess:
type: action.go-backOpen-scanner swipeable left/right

Open-scanner rightElement

Open-scanner onSuccess

Last updated
Was this helpful?