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

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

Methods

Method Returns Description
apply(args?) unknown Applies the function.
(Inherited from BasesFunction)
compare(a, b) boolean Compares two values.
(Inherited from HasCompare)
getDisplayName(type) string Gets the display name.
(Inherited from HasGetDisplayName)
getRHSWidgetType(type) string Gets the RHS widget type.
(Inherited from HasGetRHSWidgetType)
serialize(args?) string Serializes the function.
(Inherited from BasesFunction)

Links to this page: