Skip to content

CalloutMode

Enum representing the mode of a callout.

Import:

import type { CalloutMode } from 'obsidian-dev-utils/obsidian/callout';

Signature:

export enum CalloutMode

Members:

MemberValueDescription
DefaultDefault mode, with no special behavior.
FoldableCollapsedFoldable mode with the callout collapsed.
FoldableExpandedFoldable mode with the callout expanded.

Links to this page: