Skip to content

isCanvasFile

Checks if the given file is a canvas file.

Import:

import { isCanvasFile } from 'obsidian-dev-utils/obsidian/file-system';

Signature:

function isCanvasFile(pathOrFile: PathOrAbstractFile | null): boolean

Parameters:

ParameterTypeDescription
pathOrFilePathOrAbstractFile | nullThe path or file to check.

Returns: boolean — A boolean indicating whether the file is a canvas file or not.