mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
All VisJS config options are optional.
http://visjs.org/docs/timeline/#Configuration_Options
This commit is contained in:
2
types/vis/index.d.ts
vendored
2
types/vis/index.d.ts
vendored
@@ -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