Skip to content

FloorFunction

Unofficial

Function Floor.

Import:

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

Signature:

export interface FloorFunction extends BasesFunction, HasGetDisplayName

Extends: BasesFunction, HasGetDisplayName

Properties

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

Methods

MethodReturnsDescription
apply(args?)unknownApplies the function.
(Inherited from BasesFunction)
getDisplayName(type)stringGets the display name.
(Inherited from HasGetDisplayName)
serialize(args?)stringSerializes the function.
(Inherited from BasesFunction)

Links to this page: