Skip to main content

FuncParamOptions

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

Constructors

Constructor

new FuncParamOptions(): FuncParamOptions

Returns

FuncParamOptions

Properties

PropertyModifierTypeDefault valueDescriptionDefined in
Actionstaticstring'action'-js-api/src/api/ddt.api.g.ts:474
AllowNullsstaticstring'allowNulls'-js-api/src/api/ddt.api.g.ts:472
Captionstaticstring'caption'-js-api/src/api/ddt.api.g.ts:486
Categorystaticstring'category'-js-api/src/api/ddt.api.g.ts:464
Choicesstaticstring'choices'-js-api/src/api/ddt.api.g.ts:476
Columnsstaticstring'columns'Column filter. Applies to dataframes and columns Example: {columns: numerical}js-api/src/api/ddt.api.g.ts:505
Editorstaticstring'editor'-js-api/src/api/ddt.api.g.ts:492
EditorParamstaticstring'editorParam'-js-api/src/api/ddt.api.g.ts:500
Formatstaticstring'format'-js-api/src/api/ddt.api.g.ts:470
Layoutstaticstring'layout'-js-api/src/api/ddt.api.g.ts:498
Maxstaticstring'max'-js-api/src/api/ddt.api.g.ts:482
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:519
Minstaticstring'min'-js-api/src/api/ddt.api.g.ts:480
Nullablestaticstring'nullable'-js-api/src/api/ddt.api.g.ts:494
Optionalstaticstring'optional'-js-api/src/api/ddt.api.g.ts:466
Postfixstaticstring'postfix'-js-api/src/api/ddt.api.g.ts:488
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:514
SemTypestaticstring'semType'-js-api/src/api/ddt.api.g.ts:462
Separatorsstaticstring'separators'-js-api/src/api/ddt.api.g.ts:496
Suggestionsstaticstring'suggestions'-js-api/src/api/ddt.api.g.ts:478
Typestaticstring'type'-js-api/src/api/ddt.api.g.ts:468
Unitsstaticstring'units'-js-api/src/api/ddt.api.g.ts:490
Validatorsstaticstring'validators'-js-api/src/api/ddt.api.g.ts:484
Viewerstaticstring'viewer'A viewer that visualizes the result Example: viewer: Line chart(x: "time", y: "temperature")js-api/src/api/ddt.api.g.ts:509