Set-UDClipboard
.Invoke-UDJavaScript
cmdlet. Show-UDToast
cmdlet to create a toast message that will appear on the end user's webpage. It happens over a websocket and will show the toast immediately as it is called.Invoke-UDRedirect
cmdlet. It happens over a websocket and will redirect as soon as the cmdlet is called.Show-UDModal
cmdlet. It will open as soon as you call it. You can include whatever components you like within the modal.Get-UDElement
. The state will be returned as a hashtable. This is primarily useful for input components.Set-UDElement
. You will need to specify an ID and a hashtable of properties to set on the component. All built in components support Set-UDElement.Remove-UDElement
. The component will no longer appear on the page.Clear-UDElement
.Sync-UDElement
.Select-UDElement
.