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

2 KiB

Home > kibana-plugin-plugins-expressions-server > 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