Interaction
Interaction features of Universal Dashboard
Clipboard
New-UDButton -Text 'Clipboard' -OnClick {
Set-UDClipboard -Data 'Hello, there!'
}API
Downloads
New-UDButton -Text 'Download' -OnClick {
Start-UDDownload -StringData 'Hello, World!'
}Event Handlers
Variable Scope
Event Data
Forms
Submit a Form
Validate a Form
JavaScript
API
Toast
Show a toast
Show as toast with an Icon
Hide a toast
API
Redirect
API
Modal
Managing Component State
Getting Component State
Setting Component State
Removing a Component
Adding a component
Clear a component
Reloading a Component
Select a component
API
Last updated
Was this helpful?