mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
1.1 KiB
1.1 KiB
Home > kibana-plugin-plugins-expressions-public > ExpressionAstFunction
ExpressionAstFunction interface
Signature:
export interface ExpressionAstFunction
Properties
Property | Type | Description |
---|---|---|
arguments | Record<string, ExpressionAstArgument[]> |
|
debug | ExpressionAstFunctionDebug |
Debug information added to each function when expression is executed in *debug mode*. |
function | string |
|
type | 'function' |