ICardSettings
Defined in: js-api/src/interfaces/d4.ts:703
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:713 |
caption | string | - | js-api/src/interfaces/d4.ts:704 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:727 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:739 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:741 |
format | string | - | js-api/src/interfaces/d4.ts:711 |
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:731 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:734 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:737 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:717 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:721 |
table | string | - | js-api/src/interfaces/d4.ts:723 |
title | string | - | js-api/src/interfaces/d4.ts:719 |
value | string | Source-type specific value. | js-api/src/interfaces/d4.ts:709 |
valueSourceType | "Constant" | "TableMeta" | "ColumnMeta" | "Markup" | "Formula" | "External" | - | js-api/src/interfaces/d4.ts:706 |