kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.expressionfunctiondefinitions.md

1.9 KiB

Home > kibana-plugin-plugins-expressions-public > ExpressionFunctionDefinitions

ExpressionFunctionDefinitions interface

A mapping of ExpressionFunctionDefinitions for functions which the Expressions services provides out-of-the-box. Any new functions registered by the Expressions plugin should have their types added here.

Signature:

export interface ExpressionFunctionDefinitions 

Properties

Property Type Description
clog ExpressionFunctionClog
cumulative_sum ExpressionFunctionCumulativeSum
derivative ExpressionFunctionDerivative
font ExpressionFunctionFont
moving_average ExpressionFunctionMovingAverage
theme ExpressionFunctionTheme
var_set ExpressionFunctionVarSet
var ExpressionFunctionVar