We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d485b7 commit 0151838Copy full SHA for 0151838
types/options.d.ts
@@ -65,5 +65,6 @@ interface PointAnnotationOptions extends CoreAnnotationOptions {
65
export interface AnnotationPluginOptions extends AnnotationEvents {
66
annotations: AnnotationOptions[] | Record<string, AnnotationOptions>,
67
dblClickSpeed?: Scriptable<number, PartialEventContext>,
68
- drawTime?: Scriptable<DrawTime, PartialEventContext>,
+ drawTime?: Scriptable<DrawTime, PartialEventContext>,
69
+ animations: Record<string, unknown>,
70
}
0 commit comments