Skip to content

BasesFunction

Unofficial

Bases function.

Import:

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

Signature:

export interface BasesFunction

Properties

PropertyTypeDescription
appAppAn Obsidian app instance.
argsBasesFunctionArg[]The arguments.
isOperatorbooleanWhether the function is an operator.
namestringThe name of the function.
returnTypestringThe return type of the function.

Methods

MethodReturnsDescription
apply(args?)unknownApplies the function.
serialize(args?)stringSerializes the function.

Links to this page: