Skip to content

LayoutLoaderDefinition

Unofficial

Definition for registering a Mermaid layout loader.

Import:

import type { LayoutLoaderDefinition } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface LayoutLoaderDefinition

Properties

Property Type Description
name string Name of the layout.

Methods

Method Returns Description
loader() Promise<unknown> Lazily load the layout implementation.