Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 9d49dbd

Browse files
committed
added order property for TimelineGroup
currently missing from official docs. awaiting merge almende/vis#4091
1 parent b72f9d3 commit 9d49dbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// Alex Soh <https://github.com/takato1314>
1111
// Oleksii Kachura <https://github.com/alex-kachura>
1212
// dcop <https://github.com/dcop>
13+
// Avraham Essoudry <https://github.com/avrahamcool>
1314
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
1415

1516
import { MomentInput, MomentFormatSpecification, Moment } from 'moment';
@@ -976,6 +977,7 @@ export interface TimelineGroup {
976977
content: string | HTMLElement;
977978
id: IdType;
978979
style?: string;
980+
order?: number;
979981
subgroupOrder?: TimelineOptionsGroupOrderType;
980982
title?: string;
981983
visible?: boolean;

0 commit comments

Comments
 (0)