Time

Time in hh:mm format

Specification

nested

Available types:

Type
Specification

array

Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty).

string

Provides the URL address of an RPC to load list of nested parameters.

object

Provides a detailed specification of nested parameters.

{
    "name": "myTime",
    "type": "time",
    "label": "My Time",
    "nested": "rpc://getNestedFields"
}

Example

Basic time input

The time field expects a time entry in hh:mm format.

Last updated