13 lines
575 B
TypeScript
13 lines
575 B
TypeScript
export declare class IconBuilder {
|
|
private _icons;
|
|
constructor();
|
|
addIconAndGetReference(url: string, getShortNameAndStore: boolean, forRootIcon?: boolean): string;
|
|
private _storeIcon;
|
|
private static _getFolderPath;
|
|
private _getLeafName;
|
|
private _getUniqueIconName;
|
|
downloadAndStoreIcons(folderPath: string): Promise<void>;
|
|
_downloadAndStoreIcon(iconName: string, folderPath: string): Promise<void>;
|
|
_createDefaultIconFile(filePath: string, message: string, resolve: any, reject: any): void;
|
|
}
|
|
//# sourceMappingURL=iconBuilder.d.ts.map
|