Function: getIconForFolder()
ts
function getIconForFolder(
folderName: string,
opened: boolean,
light: boolean,
): string;Returns the icon URL for a specific folder name, or the default if not found.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
folderName | string | undefined | The name of the folder. |
opened | boolean | false | - |
light | boolean | true | - |
Returns
string
The URL string for the folder icon.