Skip to content

BasesFunction

Unofficial

Bases function.

Import:

import type { BasesFunction } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface BasesFunction

Properties

Property Type Description
app App An Obsidian app instance.
args BasesFunctionArg[] The arguments.
isOperator boolean Whether the function is an operator.
name string The name of the function.
returnType string The return type of the function.

Methods

Method Returns Description
apply(args?) unknown Applies the function.
serialize(args?) string Serializes the function.

Links to this page: