IPivotViewerSettings
Defined in: js-api/src/interfaces/d4.ts:2854
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
aggregateAggTypes | string[] | - | js-api/src/interfaces/d4.ts:2865 |
aggregateColumnNames | string[] | - | js-api/src/interfaces/d4.ts:2863 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2895 |
allowViewers | boolean | - | js-api/src/interfaces/d4.ts:2880 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:2893 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:2909 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:2921 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2923 |
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:2890 |
filteringEnabled | boolean | Filters dataframe based on current row. works only if rowSource is set to All. See also "rowSource". | js-api/src/interfaces/d4.ts:2870 |
gridLook | any | - | js-api/src/interfaces/d4.ts:2878 |
groupByColumnNames | string[] | - | js-api/src/interfaces/d4.ts:2861 |
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:2913 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2916 |
joinFields | string[] | Table-qualified names of the columns selected in the Data and Join rows. | js-api/src/interfaces/d4.ts:2876 |
joins | string[] | Joined tables, as serialized [TableJoin]s. See also [joinFields]. | js-api/src/interfaces/d4.ts:2873 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2919 |
pivotColumnNames | string[] | - | js-api/src/interfaces/d4.ts:2859 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:2883 |
showCommandBar | boolean | - | js-api/src/interfaces/d4.ts:2857 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2899 |
showHeader | boolean | - | js-api/src/interfaces/d4.ts:2855 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2903 |
table | string | - | js-api/src/interfaces/d4.ts:2905 |
title | string | - | js-api/src/interfaces/d4.ts:2901 |
viewerSettings | any[] | - | js-api/src/interfaces/d4.ts:2867 |