mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #15539 from janvryck/master
VIS: Timeline rollingMode configuration is optional
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for vis.js 4.17
|
||||
// Type definitions for vis.js 4.18
|
||||
// Project: https://github.com/almende/vis
|
||||
// Definitions by: Michaël Bitard <https://github.com/MichaelBitard>
|
||||
// MacLeod Broad <https://github.com/macleodbroad-wf>
|
||||
@@ -180,7 +180,7 @@ interface TimelineOptions {
|
||||
onRemoveGroup?(): void; // TODO
|
||||
order?(): void; // TODO
|
||||
orientation?: TimelineOptionsOrientationType;
|
||||
rollingMode: boolean;
|
||||
rollingMode?: boolean;
|
||||
selectable?: boolean;
|
||||
showCurrentTime?: boolean;
|
||||
showMajorLabels?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user