mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
2.1 KiB
2.1 KiB
Home > kibana-plugin-plugins-expressions-server > ExpressionFunctionParameter
ExpressionFunctionParameter class
Signature:
export declare class ExpressionFunctionParameter
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name, arg) | Constructs a new instance of the ExpressionFunctionParameter class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
aliases | string[] |
||
default | any |
||
help | string |
||
multi | boolean |
||
name | string |
||
options | any[] |
||
required | boolean |
||
resolve | boolean |
||
types | string[] |
Methods
Method | Modifiers | Description |
---|---|---|
accepts(type) |