ICalendarSettings
Defined in: js-api/src/interfaces/d4.ts:640
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:671 |
backColor | number | - | js-api/src/interfaces/d4.ts:655 |
controlsFont | string | - | js-api/src/interfaces/d4.ts:644 |
date | string | - | js-api/src/interfaces/d4.ts:641 |
dateColumnName | string | - | js-api/src/interfaces/d4.ts:642 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:685 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:697 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:699 |
evenMonthColor | number | - | js-api/src/interfaces/d4.ts:659 |
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:669 |
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:689 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:692 |
oddMonthColor | number | - | js-api/src/interfaces/d4.ts:657 |
onClick | "Select" | "Filter" | "None" | Determines what happens when you click a date. | js-api/src/interfaces/d4.ts:651 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:695 |
redWeekends | boolean | - | js-api/src/interfaces/d4.ts:648 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:662 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:675 |
showFilteredOnly | boolean | - | js-api/src/interfaces/d4.ts:653 |
showHeader | boolean | - | js-api/src/interfaces/d4.ts:646 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:679 |
table | string | - | js-api/src/interfaces/d4.ts:681 |
title | string | - | js-api/src/interfaces/d4.ts:677 |