mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
63a82bbeee
commit
dc4ae03e04
1 changed files with 13 additions and 13 deletions
|
@ -11,7 +11,7 @@ perform complex math calculations.
|
|||
|
||||
A *** denotes a required argument.
|
||||
|
||||
A *†* denotes an argument can be passed multiple times.
|
||||
A † denotes an argument can be passed multiple times.
|
||||
|
||||
<<a_fns>> | B | <<c_fns>> | <<d_fns>> | <<e_fns>> | <<f_fns>> | <<g_fns>> | <<h_fns>> | <<i_fns>> | <<j_fns>> | K | <<l_fns>> | <<m_fns>> | <<n_fns>> | O | <<p_fns>> | Q | <<r_fns>> | <<s_fns>> | <<t_fns>> | <<u_fns>> | V | W | X | Y | Z
|
||||
|
||||
|
@ -31,7 +31,7 @@ Returns `true` if all of the conditions are met. See also <<any_fn>>.
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *** *†*
|
||||
|_Unnamed_ *** †
|
||||
|
||||
Alias: `condition`
|
||||
|`boolean`
|
||||
|
@ -83,7 +83,7 @@ Returns `true` if at least one of the conditions is met. See also <<all_fn>>.
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *** *†*
|
||||
|_Unnamed_ *** †
|
||||
|
||||
Alias: `condition`
|
||||
|`boolean`
|
||||
|
@ -448,7 +448,7 @@ Executes multiple sub-expressions, then returns the original _context_. Use for
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *†*
|
||||
|_Unnamed_ †
|
||||
|
||||
Aliases: `expression`, `exp`, `fn`, `function`
|
||||
|`any`
|
||||
|
@ -694,7 +694,7 @@ Aggregates element filters from the workpad for use elsewhere, usually a data so
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *†*
|
||||
|_Unnamed_ †
|
||||
|
||||
Alias: `group`
|
||||
|`string`
|
||||
|
@ -1149,7 +1149,7 @@ Adds an element that renders Markdown text. TIP: Use the <<markdown_fn>> functio
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *†*
|
||||
|_Unnamed_ †
|
||||
|
||||
Alias: `expression`, `content`
|
||||
|`string`
|
||||
|
@ -1267,7 +1267,7 @@ Creates a color palette.
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *** *†*
|
||||
|_Unnamed_ *** †
|
||||
|
||||
Alias: `color`
|
||||
|`string`
|
||||
|
@ -1343,7 +1343,7 @@ Default: `{<<palette_fn>>}`
|
|||
|
||||
Default: `"auto"`
|
||||
|
||||
|`seriesStyle` *†*
|
||||
|`seriesStyle` †
|
||||
|`seriesStyle`
|
||||
|A style of a specific series
|
||||
|
||||
|
@ -1393,7 +1393,7 @@ Default: `"ne"`
|
|||
|
||||
Default: `{<<palette_fn>>}`
|
||||
|
||||
|`seriesStyle` *†*
|
||||
|`seriesStyle` †
|
||||
|`seriesStyle`
|
||||
|A style of a specific series
|
||||
|
||||
|
@ -1425,11 +1425,11 @@ Subdivides a `datatable` by the unique values of the specified columns, and pass
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|`by` *** *†*
|
||||
|`by` *** †
|
||||
|`string`
|
||||
|The column to subdivide the `datatable`.
|
||||
|
||||
|`expression` *** *†*
|
||||
|`expression` *** †
|
||||
|
||||
Alias: `fn`, `exp`, `function`
|
||||
|`datatable`
|
||||
|
@ -1906,7 +1906,7 @@ Concatenates all of the arguments into a single string.
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *** *†*
|
||||
|_Unnamed_ *** †
|
||||
|
||||
Alias: `value`
|
||||
|`string`, `number`, `boolean`
|
||||
|
@ -1928,7 +1928,7 @@ Performs conditional logic with multiple conditions. See also <<case_fn>>, which
|
|||
|===
|
||||
|Argument |Type |Description
|
||||
|
||||
|_Unnamed_ *** *†*
|
||||
|_Unnamed_ *** †
|
||||
|
||||
Alias: `case`
|
||||
|`case`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue