Skip to content

isEmbedCache

Unofficial

Check if the reference is an embed cache.

Import:

import { isEmbedCache } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function isEmbedCache(reference: Reference): boolean

Parameters:

ParameterTypeDescription
referenceReferenceThe reference to check.

Returns: boolean — Whether the reference is an embed cache.