Skip to main content

IRocCurveSettings

Defined in: js-api/src/interfaces/d4.ts:2968

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:2994
controlsFontstringViewer controls elements font.js-api/src/interfaces/d4.ts:2992
descriptionstringViewer 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
filterstringFormula 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
helpstringHelp 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
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:3015
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-api/src/interfaces/d4.ts:3018
positiveClassstringPositive class namejs-api/src/interfaces/d4.ts:2973
predictionColumnNamesstring[]Columns with the predicted scoresjs-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
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:2998
showThresholdbooleanSelect to draw thresholdsjs-api/src/interfaces/d4.ts:2979
showTitleboolean-js-api/src/interfaces/d4.ts:3002
tablestring-js-api/src/interfaces/d4.ts:3004
targetColumnstringColumn with the actual classjs-api/src/interfaces/d4.ts:2970
titlestring-js-api/src/interfaces/d4.ts:3000