@netless/slide 0.1.41 → 0.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Slide.d.ts +2 -0
- package/lib/Slide.js +15 -15
- package/package.json +2 -2
package/lib/Slide.d.ts
CHANGED
|
@@ -105,6 +105,7 @@ export interface SyncMediaSeekEvent extends BasicSyncEvent {
|
|
|
105
105
|
}
|
|
106
106
|
export interface SyncInteractiveAnimEvent extends BasicSyncEvent {
|
|
107
107
|
type: "interactiveAnim";
|
|
108
|
+
action: string;
|
|
108
109
|
seqId: string;
|
|
109
110
|
}
|
|
110
111
|
export interface SyncPrevStepEvent extends BasicSyncEvent {
|
|
@@ -337,5 +338,6 @@ export declare class Slide extends Slide_base {
|
|
|
337
338
|
* 销毁方法.
|
|
338
339
|
*/
|
|
339
340
|
destroy(): void;
|
|
341
|
+
static disposeLocalCache(): void;
|
|
340
342
|
}
|
|
341
343
|
export {};
|