ITileViewerSettings
Defined in: js-api/src/interfaces/d4.ts:3745
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDragBetweenLanes | boolean | - | js-api/src/interfaces/d4.ts:3756 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:3783 |
autoGenerate | boolean | Whether the form auto-generates whenever columns change | js-api/src/interfaces/d4.ts:3759 |
cardMarkup | string | - | js-api/src/interfaces/d4.ts:3754 |
columnsJson | string | - | js-api/src/interfaces/d4.ts:3763 |
controlsFont | string | - | js-api/src/interfaces/d4.ts:3746 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:3797 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:3809 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3811 |
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:3781 |
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:3801 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:3804 |
lanes | string[] | - | js-api/src/interfaces/d4.ts:3771 |
lanesColumnName | string | - | js-api/src/interfaces/d4.ts:3748 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:3807 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:3774 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:3787 |
showEmptyLanes | boolean | When unchecked, lanes that contain no tiles (for instance, when the corresponding category is filtered out) are hidden. | js-api/src/interfaces/d4.ts:3752 |
showSelectedRows | boolean | When checked, selected tiles are highlighted using the selected rows color. When unchecked, selected tiles keep their regular appearance. | js-api/src/interfaces/d4.ts:3769 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:3791 |
sketchState | object | - | js-api/src/interfaces/d4.ts:3761 |
table | string | - | js-api/src/interfaces/d4.ts:3793 |
tilesFont | string | - | js-api/src/interfaces/d4.ts:3765 |
title | string | - | js-api/src/interfaces/d4.ts:3789 |