mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
1.8 KiB
1.8 KiB
Home > kibana-plugin-plugins-expressions-public > ExpressionFunctionDefinitions
ExpressionFunctionDefinitions interface
A mapping of ExpressionFunctionDefinition
s 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 |
|
font | ExpressionFunctionFont |
|
kibana_context | ExpressionFunctionKibanaContext |
|
kibana | ExpressionFunctionKibana |
|
theme | ExpressionFunctionTheme |
|
var_set | ExpressionFunctionVarSet |
|
var | ExpressionFunctionVar |