Merge pull request #30888 from divideby/vis-on-initial-draw

add onInitialDrawComplete event support
This commit is contained in:
Nathan Shively-Sanders
2018-11-30 13:08:28 -08:00
committed by GitHub
+2
View File
@@ -11,6 +11,7 @@
// Oleksii Kachura <https://github.com/alex-kachura>
// dcop <https://github.com/dcop>
// Avraham Essoudry <https://github.com/avrahamcool>
// Dmitriy Trifonov <https://github.com/divideby>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { MomentInput, MomentFormatSpecification, Moment } from 'moment';
@@ -244,6 +245,7 @@ export interface TimelineOptions {
multiselectPerGroup?: boolean;
onAdd?: TimelineOptionsItemCallbackFunction;
onAddGroup?: TimelineOptionsGroupCallbackFunction;
onInitialDrawComplete?: (() => void);
onUpdate?: TimelineOptionsItemCallbackFunction;
onMove?: TimelineOptionsItemCallbackFunction;
onMoveGroup?: TimelineOptionsGroupCallbackFunction;