activate function by overriding the settings parameter.
| Key | Type | Description | Example |
|---|---|---|---|
| drilldownOperations | DrillDownOperationSetting[] | Describes the available operations for the Drilldown menu-item plugin. |
DrillDownOperationSetting
| Key | Type | Description | Example |
|---|---|---|---|
| name | string | The name to display in the context menu | |
| type | "" | “QIS” | “notQIS” | “riskClassTable” | “notRiskClassTable” | Type of drill-down | |
| isRiskClass | boolean | null | Whether the risk class should be part of the selected cell. null indicates that this won’t be checked. | |
| checkDoubleSums | boolean | Whether to check if the selected measure is of the double sums type | |
| measureMustContainOneOf | string[] | List of tokens that a measure can contain in order for the drilldown action to be available | ["Delta Risk Position", "Vega Risk Position"] |
| measureMustNotContainAnyOf | string[] | undefined | Optional list of tokens that a measure cannot contain in order for the drilldown action to be available. | ["Double Sums", "Correlations"] |