CalloutMode
Enum representing the mode of a callout.
Import:
import type { CalloutMode } from 'obsidian-dev-utils/obsidian/callout';Signature:
export enum CalloutModeMembers:
| Member | Value | Description |
|---|---|---|
Default | Default mode, with no special behavior. | |
FoldableCollapsed | Foldable mode with the callout collapsed. | |
FoldableExpanded | Foldable mode with the callout expanded. |
Links to this page: