Time Picker
Overview
A visible component for selecting time
Component Properties
| Property | Description |
|---|---|
| Default Times | Sets the initial time. |
Blocks
Events
On Time Selected
fires on time picker picked
loading block...
| variable | type | description |
|---|---|---|
| value | String | Date |
Properties
value
Accepts: String
sets the time picker value
loading block...
value
Returns: String
gets the time picker value
loading block...
hide
Accepts: Boolean
Hides the component if the input is true and shows it if the input is false
loading block...
hidden
Returns: Boolean
Returns true if the component is hidden and false if it is not
loading block...