Type Alias: IndexedWeightBalancePaneViewStateEvents<Index>
IndexedWeightBalancePaneViewStateEvents<
Index
> ={ [P in keyof BaseWeightBalancePaneViewStateEvents as `${P}_${Index}`]: BaseWeightBalancePaneViewStateEvents[P] }
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewStateEvents.ts:14
Events describing state changes for an indexed weight and balance pane view keyed by indexed topic names.
Type Parameters
Type Parameter |
---|
Index extends DisplayPaneIndex |