chore(flux): added onEmpty parameter to flux filter function

pull/16436/head
Scott Anderson 2020-01-07 15:07:56 -07:00
parent e45de53259
commit 3c1f1aa63c
1 changed files with 6 additions and 0 deletions

View File

@ -1095,6 +1095,12 @@ export const FLUX_FUNCTIONS: FluxToolbarFunction[] = [
'A single argument function that evaluates true or false. Records are passed to the function. Those that evaluate to true are included in the output tables.',
type: 'Function',
},
{
name: 'onEmpty',
desc:
'Defines the behavior for empty tables. Potential values are `keep` and `drop`. Defaults to `drop`.',
type: 'String',
},
],
package: '',
desc: