Class

ObjectsComparisonTable

ObjectsComparisonTable(props) → {React.ReactElement}

Constructor

# new ObjectsComparisonTable(props) → {React.ReactElement}

Overview

The VirtualizedTable element that presents a comparison of two objects.
Parameters:
Name Type Attributes Description
props Object
informationTable Object

The information table from current project.

objectHeader string <optional>

The name of an object that has it's details displayed in a dialog.

objectIndex number

The index of an object that has it's details displayed in a dialog.

objectInTableHeader string <optional>

The name of an object from a dominance cone.

objectInTableIndex number

The index of an object from a dominance cone.

tableIndex number

The index of a dominance cone.

View Source Utils/DataDisplay/ObjectsComparisonTable.js, line 23

React.ReactElement