FuncParamOptions
Defined in: js-api/src/api/ddt.api.g.ts:465
Constructors
Constructor
new FuncParamOptions():
FuncParamOptions
Returns
FuncParamOptions
Properties
| Property | Modifier | Type | Default value | Description | Defined in |
|---|---|---|---|---|---|
Action | static | string | 'action' | - | js-api/src/api/ddt.api.g.ts:478 |
AllowNulls | static | string | 'allowNulls' | - | js-api/src/api/ddt.api.g.ts:476 |
Caption | static | string | 'caption' | - | js-api/src/api/ddt.api.g.ts:490 |
Category | static | string | 'category' | - | js-api/src/api/ddt.api.g.ts:468 |
Choices | static | string | 'choices' | - | js-api/src/api/ddt.api.g.ts:480 |
Columns | static | string | 'columns' | Column filter. Applies to dataframes and columns Example: {columns: numerical} | js-api/src/api/ddt.api.g.ts:509 |
Editor | static | string | 'editor' | - | js-api/src/api/ddt.api.g.ts:496 |
EditorParam | static | string | 'editorParam' | - | js-api/src/api/ddt.api.g.ts:504 |
Format | static | string | 'format' | - | js-api/src/api/ddt.api.g.ts:474 |
Layout | static | string | 'layout' | - | js-api/src/api/ddt.api.g.ts:502 |
Max | static | string | 'max' | - | js-api/src/api/ddt.api.g.ts:486 |
Meta | static | string | '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 |
Min | static | string | 'min' | - | js-api/src/api/ddt.api.g.ts:484 |
Nullable | static | string | 'nullable' | - | js-api/src/api/ddt.api.g.ts:498 |
Optional | static | string | 'optional' | - | js-api/src/api/ddt.api.g.ts:470 |
Postfix | static | string | 'postfix' | - | js-api/src/api/ddt.api.g.ts:492 |
PropagateChoice | static | string | '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.js | js-api/src/api/ddt.api.g.ts:522 |
SemType | static | string | 'semType' | - | js-api/src/api/ddt.api.g.ts:466 |
Separators | static | string | 'separators' | - | js-api/src/api/ddt.api.g.ts:500 |
Suggestions | static | string | 'suggestions' | - | js-api/src/api/ddt.api.g.ts:482 |
Table | static | string | '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 |
Type | static | string | 'type' | - | js-api/src/api/ddt.api.g.ts:472 |
Units | static | string | 'units' | - | js-api/src/api/ddt.api.g.ts:494 |
Validators | static | string | 'validators' | - | js-api/src/api/ddt.api.g.ts:488 |
Viewer | static | string | 'viewer' | A viewer that visualizes the result Example: viewer: Line chart(x: "time", y: "temperature") | js-api/src/api/ddt.api.g.ts:517 |