module
meteoJS/timeline/visualisation/bsButtons
Source: timeline/
Child class
Abstract types
Class
bsButtons
Abstract types
inner
options module:meteoJS/timeline/visualisation~options
Options for constructor.
Property
Name | Type | Optional | Description |
---|---|---|---|
format |
(String or module:meteoJS/timeline/visualisation/bsButtons~timeFormatFunction) |
Yes |
Format-String for the time of the Time-Buttons. Defaults to |
inner
timeFormatFunction(time) → String
Dynamic format string to output the time for each Time-Button.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
time |
Date |
|
Timestamp of the Button. |
- Returns
-
String
A string to format the time for the Time-Buttons.