kibana/docs/development/plugins/expressions/server/kibana-plugin-plugins-expressions-server.expressionfunctiondefinitions.md
2020-11-04 14:19:03 +01:00

2.1 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
kibana_context ExpressionFunctionKibanaContext
kibana ExpressionFunctionKibana
moving_average ExpressionFunctionMovingAverage
theme ExpressionFunctionTheme
var_set ExpressionFunctionVarSet
var ExpressionFunctionVar