Skip to content

MakeFileNameParams

Parameters for makeFileName.

Import:

import type { MakeFileNameParams } from 'obsidian-dev-utils/path';

Signature:

export interface MakeFileNameParams

Properties

PropertyTypeDescription
fileBaseNamestringThe file name to append the extension to.
fileExtensionstringThe extension to append to the file name.

Links to this page: