Time picker component for Universal Dashboard
Time pickers pickers provide a simple way to select a single value from a pre-determined set.
New-UDTimePicker
Name
Type
Description
Required
Id
String
The ID of the component. It defaults to a random GUID.
false
Label
The label to show with the time picker.
OnChange
Endpoint
A script block to call when the time is changed. The $EventData variable contains the currently selected time.
Value
The current value of the time picker.
Last updated 4 years ago
Was this helpful?