Skip to content

LessOrEqualFunction

Unofficial

Function LessOrEqual.

Import:

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

Signature:

export interface LessOrEqualFunction extends BasesFunction, HasGetDisplayName, HasCompare, HasGetRHSWidgetType

Extends: BasesFunction, HasGetDisplayName, HasCompare, HasGetRHSWidgetType

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)
compare(a, b)booleanCompares two values.
(Inherited from HasCompare)
getDisplayName(type)stringGets the display name.
(Inherited from HasGetDisplayName)
getRHSWidgetType(type)stringGets the RHS widget type.
(Inherited from HasGetRHSWidgetType)
serialize(args?)stringSerializes the function.
(Inherited from BasesFunction)

Links to this page: