Skip to main content

Time Picker

Overview

A visible component for selecting time

Component Properties

PropertyDescription
Default TimesSets the initial time.

Blocks

Events

On Time Selected

fires on time picker picked

loading block...

variabletypedescription
valueStringDate

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...