Menu

Data Selection for cells displaying scaled data

Hierarchy

Index

Properties

addressSubset

addressSubset: {}

selects a set of data points the addresses of which are improper supersets of the addressSubset

Type declaration

  • [dimKey: string]: Member["key"][]

Optional comparisonGroup

comparisonGroup: undefined | string

Optional description

description: undefined | string

name of the DataSelection to identify it easily

Optional negativeOutlierThreshold

negativeOutlierThreshold: undefined | number

Optional positiveOutlierThreshold

positiveOutlierThreshold: undefined | number

Optional relationId

relationId: undefined | string

An id that can be shared by multiple DataSelections to implement features where a relation between Data Selections exist. For example when the creation of a config creates a related config for another property which should be updated during the lifecycle of the source config.

Optional useOutlierThreshold

useOutlierThreshold: undefined | false | true

Generated using TypeDoc