dynamic-display-shared
Version:
A library for dynamic view
4 lines (3 loc) • 304 B
TypeScript
export declare function getFileName(entityId: string, parameterMetadataId: number, originalFileName: string): string;
export declare function getFileExtension(fileName: string): string;
export declare function applyDownloadLink(href: string, fileName: string | null, openInNewWindow?: boolean): void;