Skip to main content

FuncParamOptions

Defined in: js-api/src/api/ddt.api.g.ts:465

Constructors​

Constructor​

new FuncParamOptions(): FuncParamOptions

Returns​

FuncParamOptions

Properties​

PropertyModifierTypeDefault valueDescriptionDefined in
Actionstaticstring'action'-js-api/src/api/ddt.api.g.ts:478
AllowNullsstaticstring'allowNulls'-js-api/src/api/ddt.api.g.ts:476
Captionstaticstring'caption'-js-api/src/api/ddt.api.g.ts:490
Categorystaticstring'category'-js-api/src/api/ddt.api.g.ts:468
Choicesstaticstring'choices'-js-api/src/api/ddt.api.g.ts:480
Columnsstaticstring'columns'Column filter. Applies to dataframes and columns Example: {columns: numerical}js-api/src/api/ddt.api.g.ts:509
Editorstaticstring'editor'-js-api/src/api/ddt.api.g.ts:496
EditorParamstaticstring'editorParam'-js-api/src/api/ddt.api.g.ts:504
Formatstaticstring'format'-js-api/src/api/ddt.api.g.ts:474
Layoutstaticstring'layout'-js-api/src/api/ddt.api.g.ts:502
Maxstaticstring'max'-js-api/src/api/ddt.api.g.ts:486
Metastaticstring'meta'Column and table level metadata for dataframe outputs. If the keys are column names and the value is an object, the object’s key–value pairs will be set as column tags. Otherwise, the value will be set as a dataframe tag. Example: meta: {"mol": {"DbTable": "structures", "DbSchema": "public", "DbColumn": "mol"}, ".data-connection": "System:Datagrok"}js-api/src/api/ddt.api.g.ts:527
Minstaticstring'min'-js-api/src/api/ddt.api.g.ts:484
Nullablestaticstring'nullable'-js-api/src/api/ddt.api.g.ts:498
Optionalstaticstring'optional'-js-api/src/api/ddt.api.g.ts:470
Postfixstaticstring'postfix'-js-api/src/api/ddt.api.g.ts:492
PropagateChoicestaticstring'propagateChoice'Works together with choices. When set to "all", changing of the choice would trigger propagation of this choice's default values for other parameters. Example: Compute/cars.jsjs-api/src/api/ddt.api.g.ts:522
SemTypestaticstring'semType'-js-api/src/api/ddt.api.g.ts:466
Separatorsstaticstring'separators'-js-api/src/api/ddt.api.g.ts:500
Suggestionsstaticstring'suggestions'-js-api/src/api/ddt.api.g.ts:482
Tablestaticstring'table'Name of the parameter that supplies the table a column (or column name) parameter belongs to. Example: {table: data}js-api/src/api/ddt.api.g.ts:513
Typestaticstring'type'-js-api/src/api/ddt.api.g.ts:472
Unitsstaticstring'units'-js-api/src/api/ddt.api.g.ts:494
Validatorsstaticstring'validators'-js-api/src/api/ddt.api.g.ts:488
Viewerstaticstring'viewer'A viewer that visualizes the result Example: viewer: Line chart(x: "time", y: "temperature")js-api/src/api/ddt.api.g.ts:517