ImagesEvents: {
    choose: {
        file: File;
        tempUrl: string;
    };
    error:choose: Error;
    error:fetch: Error;
    error:fetchMore: Error;
    error:upload: Error;
    fetch: FetchFilesOutput<ImageInfo>;
    fetchMore: FetchFilesOutput<ImageInfo>;
    upload: ImageInfo;
}

Type declaration

  • choose: {
        file: File;
        tempUrl: string;
    }
    • file: File
    • tempUrl: string
  • error:choose: Error
  • error:fetch: Error
  • error:fetchMore: Error
  • error:upload: Error
  • fetch: FetchFilesOutput<ImageInfo>
  • fetchMore: FetchFilesOutput<ImageInfo>
  • upload: ImageInfo