MakeFileNameParams
Parameters for makeFileName.
Import:
import type { MakeFileNameParams } from 'obsidian-dev-utils/path';Signature:
export interface MakeFileNameParamsProperties
| Property | Type | Description |
|---|---|---|
| fileBaseName | string | The file name to append the extension to. |
| fileExtension | string | The extension to append to the file name. |
Links to this page: