GroupInfoInCabinet
GroupInfoInCabinet: ({
groupIndex: number;
hubIndex: number;
} & {
connectIndex?: number;
})[] = ...
OptionalHubIndex
HubIndex?: number = common.Int32
OptionalId
Id?: string = t.string
OptionalIsSector
IsSector?: boolean = common.Bool
OptionalPixelColInCabinet
PixelColInCabinet?: number = common.Int32
OptionalPixelRowInCabinet
PixelRowInCabinet?: number = common.Int32
OptionalSectorPoint
SectorPoint?: {
x: number;
y: number;
} = common.PointFromString
OptionalXInCabinet
XInCabinet?: number = common.Int32
OptionalYInCabinet
YInCabinet?: number = common.Int32