Skip to main content

IConfusionMatrixSettings

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

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:776
controlsFontstringViewer controls elements font.js-api/src/interfaces/d4.ts:774
descriptionstringViewer description that gets shown at the Descriptor Position. Markup is supported.js-api/src/interfaces/d4.ts:790
descriptionPosition"Top" | "Bottom" | "Left" | "Right"-js-api/src/interfaces/d4.ts:802
descriptionVisibilityMode"Auto" | "Always" | "Never"-js-api/src/interfaces/d4.ts:804
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:771
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:794
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:797
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-api/src/interfaces/d4.ts:800
rowSource"All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow"Determines the rows shown on the plot.js-api/src/interfaces/d4.ts:764
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:780
showTitleboolean-js-api/src/interfaces/d4.ts:784
tablestring-js-api/src/interfaces/d4.ts:786
titlestring-js-api/src/interfaces/d4.ts:782
xstringColumn to be put on the X axisjs-api/src/interfaces/d4.ts:756
xColumnNamestring-js-api/src/interfaces/d4.ts:757
ystringColumn to be put on the Y axisjs-api/src/interfaces/d4.ts:760
yColumnNamestring-js-api/src/interfaces/d4.ts:761