@castianta/telecontrol-send

遥控发送

Usage no npm install needed!

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

README

test

@castianta/telecontrol-send

遥控发送

API

参数名 说明 必填 类型 默认值 备注
pageContainer 外层面板 PageContainerProps - -
midSelect 卫星下拉 SelectProps - -
card 搜索条件 SelectProps - 条件 value 需跟下拉数据字段匹配
table 分页设置 PaginationProps - -
treeTransfer 外层面板 TreeTransferProps - 见下

TreeTransferProps

参数名 说明 必填 类型 默认值 备注
tree 树设置 TreeProps - -
desRender 选中数据返回 function (item:any)=>ReactNode -
sendButton 发送按钮 ButtonProps - -
condition 条件选择器 SelectConditionProps - -
spinning 树形结构数据加载状态 Boolean false -
search 搜索框 InputProps - -
list 穿梭左侧数据列(支持海量数据同时穿梭) ListProps - 见下
height 百万数据插件必传盒子高度 Number/String 300 '-'

ListProps

参数名 说明 必填 类型 默认值 备注
checkboxGroup 复选框组设置 Checkbox Group - -
checkbox 复选框设置 CheckboxProps - -
vlist 列表设置 VlistProps - 见下
meta 标题设置 List.Item.Meta - -

VlistProps

参数名 说明 必填 类型 默认值 备注
rowHeight 列表行高 Number 70 -
overscanRowCount 要在列表可见边界上方/下方呈现的行数。这有助于减少在某些浏览器/设备上滚动时的闪烁。有关此属性的重要说明,请参见此处 Number 2 -