IRocCurveSettings
Defined in: js-api/src/interfaces/d4.ts:2968
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2994 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:2992 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:3008 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:3020 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3022 |
filter | string | Formula that filters out rows to show. Examples: ${AGE} > 20 or ${WEIGHT / 2)} > 100, ${SEVERITY} == 'Medium', ${RACE}.endsWith('sian') | js-api/src/interfaces/d4.ts:2989 |
help | string | Help to be shown when user clicks on the '?' icon on top. Could either be in markdown, or a URL (starting with '/' or 'http'). | js-api/src/interfaces/d4.ts:3012 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:3015 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:3018 |
positiveClass | string | Positive class name | js-api/src/interfaces/d4.ts:2973 |
predictionColumnNames | string[] | Columns with the predicted scores | js-api/src/interfaces/d4.ts:2976 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:2982 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2998 |
showThreshold | boolean | Select to draw thresholds | js-api/src/interfaces/d4.ts:2979 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:3002 |
table | string | - | js-api/src/interfaces/d4.ts:3004 |
targetColumn | string | Column with the actual class | js-api/src/interfaces/d4.ts:2970 |
title | string | - | js-api/src/interfaces/d4.ts:3000 |