Type Alias: NavBaseControlEvents<Prefix, T, DuIndex>
NavBaseControlEvents<
Prefix
,T
,DuIndex
> ={ readonly [Item in Extract<keyof T, string> as `${Prefix}_set_${Item}_${DuIndex}`]: T[Item] }
Defined in: workingtitle-instruments-epic2/shared/Navigation/NavBase.ts:109
Generates control event types for each field.
Type Parameters
Type Parameter |
---|
Prefix extends string |
T extends object |
DuIndex extends DisplayUnitIndices |