IMarkupViewerSettings
Defined in: js-api/src/interfaces/d4.ts:2250
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2261 |
content | string | - | js-api/src/interfaces/d4.ts:2253 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:2275 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:2287 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2289 |
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:2279 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2282 |
markupEnabled | boolean | Whether the rendered html is passed through Grok's [Markup] engine (don't confuse it with the Markup that might be used for html rendering) | js-api/src/interfaces/d4.ts:2259 |
mode | "None" | "Auto" | "Markup" | "Html" | - | js-api/src/interfaces/d4.ts:2255 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2285 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2265 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2269 |
stretch | boolean | - | js-api/src/interfaces/d4.ts:2251 |
table | string | - | js-api/src/interfaces/d4.ts:2271 |
title | string | - | js-api/src/interfaces/d4.ts:2267 |