Skip to content

Latest commit

 

History

History

timestamp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Timestamp widget.

The Timestamp widget expects a value that can be parsed as a timestamp, and displays the timestamp value.

Use the widgetType 'timestamp' to use the Timestamp widget.

{
  plugin: 'generic',
  widgetType: 'number',
  datasourceId: 'MyDatasource',
  displayName: 'Something',
  fieldName: 'foo'
}

See also widgets.