@castianta/telecontrol-command

遥控指令加工

Usage no npm install needed!

<script type="module">
  import castiantaTelecontrolCommand from 'https://cdn.skypack.dev/@castianta/telecontrol-command';
</script>

README

test

@castianta/telecontrol-command

遥控指令加工

API

参数名 说明 必填 类型 默认值 备注
pageContainer 外层面板 PageContainerProps - -
card 内层面板 CardProps - 见下
radioList 左侧面板列 RadioListProps - 见下
formCard 右侧表单 Array[FormCardProps] - 见下
midSelect 卫星下拉 SelectProps - -

FormCardProps

参数名 说明 必填 类型 默认值 备注
card 面板 ProCardProps - -
betaForm 表单 SchemaForm - -
spin 加载状态 SpinProps - -

CardProps

参数名 说明 必填 类型 默认值 备注
left 左侧面板 ProCardProps - -
right 右侧面板 ProCardProps - -
(...ProCardProps) ProCard ProCardProps - -

RadioListProps

参数名 说明 必填 类型 默认值 备注
radio 单选组 RadioGroupProps - -
list 列表 ListProps - -