IMapViewerSettings
Defined in: js-api/src/interfaces/d4.ts:2183
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2218 |
allowPanZoom | boolean | - | js-api/src/interfaces/d4.ts:2198 |
categoricalColorScheme | number[] | Applies only to columns with 100+ categories; below that, the column's color coding is used. | js-api/src/interfaces/d4.ts:2203 |
color | string | - | js-api/src/interfaces/d4.ts:2187 |
colorAggrType | string | - | js-api/src/interfaces/d4.ts:2190 |
colorColumnName | string | - | js-api/src/interfaces/d4.ts:2188 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:2216 |
description | string | Viewer 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 |
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:2213 |
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:2236 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2239 |
linearColorScheme | number[] | - | js-api/src/interfaces/d4.ts:2200 |
map | string | - | js-api/src/interfaces/d4.ts:2192 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2242 |
region | string | - | js-api/src/interfaces/d4.ts:2184 |
regionColumnName | string | - | 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 |
showColorScale | boolean | - | js-api/src/interfaces/d4.ts:2194 |
showColorSelector | boolean | - | js-api/src/interfaces/d4.ts:2196 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2222 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2226 |
table | string | - | js-api/src/interfaces/d4.ts:2228 |
title | string | - | js-api/src/interfaces/d4.ts:2224 |