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

1.9 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
theme ExpressionFunctionTheme
var_set ExpressionFunctionVarSet
var ExpressionFunctionVar