mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 08:30:24 +00:00
Merge pull request #30888 from divideby/vis-on-initial-draw
add onInitialDrawComplete event support
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user