@netless/app-slide 0.2.84 → 0.2.85

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/dist/index.d.ts CHANGED
@@ -496,6 +496,7 @@ declare class Slide extends Slide_base {
496
496
  private resizeView;
497
497
  private handleViewClick;
498
498
  static trackLogger: AliTrackLogger;
499
+ private slideNots;
499
500
  private resourceList;
500
501
  private get dispatchIncrId();
501
502
  constructor(initConfig: ISlideConfig);
@@ -732,6 +733,7 @@ declare class Slide extends Slide_base {
732
733
  * @deprecated This API is no longer functional. Please use `slideInstance.clearSlideCache` and `Slide.clearLocalCache` instead.
733
734
  */
734
735
  static disposeLocalCache(): void;
736
+ getNoteForCurrentSlide(slideIndex: number): Promise<any>;
735
737
  }
736
738
 
737
739
  type SlideState = Slide["slideState"];