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

PropertyTypeDescription
namestringName of the layout.

Methods

MethodReturnsDescription
loader()Promise<unknown>Lazily load the layout implementation.