@castianta/telemetry-source
v0.1.7
Published
遥测源码
Downloads
46
Readme
遥测源码
@castianta/telemetry-source
遥测源码
API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------------- | ---------- | ---- | ------------------------------------------------------------------------------------ | ------ | ------------------------- |
| dataSources | 数据来源 | 否 | SelectPageProps | - | 见下 |
| play | 显示操作 | 否 | PlayProps | - | 见下 |
| packageNum | 包计数 | 否 | String / Number | - | - |
| receiveNum | 接收计数 | 否 | String / Number | - | - |
| timer | 遥测时标 | 否 | String | - | - |
| row | 遥测显示行 | 是 | Number | 1 | - |
| codes | 遥测数据 | 是 | Object[] | - | {time:时标,code:String[]} |
| pageContainer | 外层面板 | 否 | PageContainerProps | -
| -
|
| midSelect | 卫星下拉 | 否 | SelectProps | -
| -
|
| proCard | 外层 card | 否 | ProCardProps | -
| -
|
| card | 内层 card | 否 | CardProps | -
| -
|
PlayProps
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 | | ----------- | ------------------------------------------------------------------- | ---- | ----------- | ------ | ---- | | value | 按钮状态 | 是 | Boolean | true | - | | (...Button) | antd 的 ButtonProps | 否 | ButtonProps | - | - |