[7.x] [Canvas][Docs]Fixes multi arg annotation (#40934) (#40946)

This commit is contained in:
Catherine Liu 2019-07-11 20:58:11 -07:00 committed by GitHub
parent 63a82bbeee
commit dc4ae03e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`