@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
11 lines (10 loc) • 558 B
TypeScript
import { IOmniaContext } from "../models";
export declare class ImageProxyService {
static omniaCtx: IOmniaContext;
private static imageApiTypes;
static getUrlByImageApi(webUrl: string, imageApiUrl: string, cache: boolean): string;
static getUrlByImagePath(webUrl: string, imagePath: string, cache: boolean): string;
static getDocumentPreviewUrlByFilePath(webUrl: string, filePath: string, cache: boolean): string;
static tryToGetUrl(webUrl: string, imageUrl: string, cache: boolean): string;
private static buildGetPreviewUrl;
}