Skip to main content

IMapViewerSettings

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

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:2218
allowPanZoomboolean-js-api/src/interfaces/d4.ts:2198
categoricalColorSchemenumber[]Applies only to columns with 100+ categories; below that, the column's color coding is used.js-api/src/interfaces/d4.ts:2203
colorstring-js-api/src/interfaces/d4.ts:2187
colorAggrTypestring-js-api/src/interfaces/d4.ts:2190
colorColumnNamestring-js-api/src/interfaces/d4.ts:2188
controlsFontstringViewer controls elements font.js-api/src/interfaces/d4.ts:2216
descriptionstringViewer description that gets shown at the Descriptor Position. Markup is supported.js-api/src/interfaces/d4.ts:2232
descriptionPosition"Top" | "Bottom" | "Left" | "Right"-js-api/src/interfaces/d4.ts:2244
descriptionVisibilityMode"Auto" | "Always" | "Never"-js-api/src/interfaces/d4.ts:2246
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:2213
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:2236
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:2239
linearColorSchemenumber[]-js-api/src/interfaces/d4.ts:2200
mapstring-js-api/src/interfaces/d4.ts:2192
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-api/src/interfaces/d4.ts:2242
regionstring-js-api/src/interfaces/d4.ts:2184
regionColumnNamestring-js-api/src/interfaces/d4.ts:2185
rowSource"All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow"Determines the rows shown on the plot.js-api/src/interfaces/d4.ts:2206
showColorScaleboolean-js-api/src/interfaces/d4.ts:2194
showColorSelectorboolean-js-api/src/interfaces/d4.ts:2196
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:2222
showTitleboolean-js-api/src/interfaces/d4.ts:2226
tablestring-js-api/src/interfaces/d4.ts:2228
titlestring-js-api/src/interfaces/d4.ts:2224