kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.expressionfunctiondefinitions.md
2021-06-16 10:22:26 +02:00

2 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
overall_metric ExpressionFunctionOverallMetric
theme ExpressionFunctionTheme
var_set ExpressionFunctionVarSet
var ExpressionFunctionVar