IPointsViewerSettings
Defined in: js-api/src/interfaces/d4.ts:2927
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2936 |
colorScheme | number[] | - | js-api/src/interfaces/d4.ts:2934 |
columnNames | string[] | List of columns to show | js-api/src/interfaces/d4.ts:2929 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:2950 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:2962 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2964 |
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:2954 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2957 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2960 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2940 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2944 |
table | string | - | js-api/src/interfaces/d4.ts:2946 |
title | string | - | js-api/src/interfaces/d4.ts:2942 |
tooltipColumnNames | string[] | Additional columns to display in the tooltip | js-api/src/interfaces/d4.ts:2932 |