@castianta/telemetry-source

遥测源码

Usage no npm install needed!

<script type="module">
  import castiantaTelemetrySource from 'https://cdn.skypack.dev/@castianta/telemetry-source';
</script>

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 - -