Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryResultMinMaxData

The result of a QueryResultMinMax.

Hierarchy

  • QueryResultMinMaxData

Index

Properties

Optional globalMaximumValue

globalMaximumValue: number

Optional global maximum value. Note that this value is for all the data in the model and does not take filtering, visibility or a specific part into account.

Set includeResultMinMaxForAllStates to true to enable per state global min/max data.

Optional globalMinimumValue

globalMinimumValue: number

Optional global minimum value. Note that this value is for all the data in the model and does not take filtering, visibility or a specific part into account.

Set includeResultMinMaxForAllStates to true to enable per state global min/max data.

maximumItem

The maximum item found

minimumItem

The minimum item found

Optional perStateGlobalMinMax

perStateGlobalMinMax: { maximumValue: number; minimumValue: number; stateId: number }[]

Optional per state global min/max values. Note that these values are for all the data in the state and does not take filtering, visibility or a specific part into account.

Set includeResultMinMaxForAllStates to true to enable per state global min/max data.

resultId

resultId: number

Id of the result on which the query was performed

resultMapping

resultMapping: ResultMapping

The result mapping of the specified result. This will determine what kind of position the minimumItem and maximumItem are.

resultType

resultType: ResultType

Ident of the node on which the query was performed

Generated using TypeDoc