Skip to content

FunctionHandlingMode

Specifies how functions should be handled in the JSON output.

Import:

import type { FunctionHandlingMode } from 'obsidian-dev-utils/object-utils';

Signature:

export enum FunctionHandlingMode

Members:

MemberValueDescription
Exclude'exclude'Excludes functions from the JSON output.
Full'full'Includes the full function definition in the JSON output.
NameOnly'nameOnly'Includes only the function name in the JSON output.

Links to this page: