FuncParamOptions
Defined in: js-api/src/api/ddt.api.g.ts:461
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:474 |
AllowNulls | static | string | 'allowNulls' | - | js-api/src/api/ddt.api.g.ts:472 |
Caption | static | string | 'caption' | - | js-api/src/api/ddt.api.g.ts:486 |
Category | static | string | 'category' | - | js-api/src/api/ddt.api.g.ts:464 |
Choices | static | string | 'choices' | - | js-api/src/api/ddt.api.g.ts:476 |
Columns | static | string | 'columns' | Column filter. Applies to dataframes and columns Example: {columns: numerical} | js-api/src/api/ddt.api.g.ts:505 |
Editor | static | string | 'editor' | - | js-api/src/api/ddt.api.g.ts:492 |
EditorParam | static | string | 'editorParam' | - | js-api/src/api/ddt.api.g.ts:500 |
Format | static | string | 'format' | - | js-api/src/api/ddt.api.g.ts:470 |
Layout | static | string | 'layout' | - | js-api/src/api/ddt.api.g.ts:498 |
Max | static | string | 'max' | - | js-api/src/api/ddt.api.g.ts:482 |
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:519 |
Min | static | string | 'min' | - | js-api/src/api/ddt.api.g.ts:480 |
Nullable | static | string | 'nullable' | - | js-api/src/api/ddt.api.g.ts:494 |
Optional | static | string | 'optional' | - | js-api/src/api/ddt.api.g.ts:466 |
Postfix | static | string | 'postfix' | - | js-api/src/api/ddt.api.g.ts:488 |
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:514 |
SemType | static | string | 'semType' | - | js-api/src/api/ddt.api.g.ts:462 |
Separators | static | string | 'separators' | - | js-api/src/api/ddt.api.g.ts:496 |
Suggestions | static | string | 'suggestions' | - | js-api/src/api/ddt.api.g.ts:478 |
Type | static | string | 'type' | - | js-api/src/api/ddt.api.g.ts:468 |
Units | static | string | 'units' | - | js-api/src/api/ddt.api.g.ts:490 |
Validators | static | string | 'validators' | - | js-api/src/api/ddt.api.g.ts:484 |
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:509 |