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): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
reference | Reference | The reference to check. |
Returns: boolean — Whether the reference is an embed cache.