Timestamp

Unix timestamp

Specification

nested

  • Available types:

    Type
    Specification

    array

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

    string

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

    object

    Provides a detailed specification of nested parameters.

Usage of nested fields:

{
    "name": "myTimestamp",
    "type": "timestamp",
    "label": "My Timestamp",
    "nested": "rpc://getNestedFields"
}

Examples

Basic Timestamp Input

A value from the timestamp input will be validated as a UNIX timestamp. If it doesn't match the UNIX timestamp pattern, the validation will fail.

Example of Basic Timestamp Input

Last updated