@castianta/telemetry-base
Version:
35 lines (26 loc) • 3.52 kB
Markdown
# 遥测基础配置
@castianta/telemetry-base
遥测基础数据配置
## API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------------- | ------------ | ---- | ------------------------------------------------------------------------------------ | ------------ | ---------------------- |
| layoutType | 表单弹窗类型 | 否 | `String` | `DrawerForm` | `DrawerForm/ModalForm` |
| frameFormat | 帧格式配置 | 否 | [TableProps](#TableProps) | `-` | `见下` |
| packageFormat | 包格式配置 | 否 | [TableProps](#TableProps) | `-` | `见下` |
| pack | 包格式配置 | 否 | [TableProps](#TableProps) | `-` | `见下` |
| parameter | 参数配置 | 否 | [TableProps](#TableProps) | `-` | `见下` |
| pageContainer | 外层面板 | 否 | [PageContainerProps](https://procomponents.ant.design/components/page-container#api) | `-` | `-` |
| midSelect | 卫星下拉 | 否 | [SelectProps](https://ant.design/components/select-cn/#API) | `-` | `-` |
| tabs | 标签页 | 否 | [TabsProps](https://ant.design/components/tabs-cn/#API) | `-` | `-` |
| fileImport | 导入按钮 | 否 | `FileImportProps` | `-` | `见下` |
| fileDownload | 下载按钮 | 否 | [ButtonProps](https://ant.design/components/button-cn/#API) | `-` | `-` |
### FileImportProps
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ----------- | -------------------------------------------------------------------- | ---- | ------------- | ------ | ---- |
| button | 导入按钮 [ButtonProps](https://ant.design/components/button-cn/#API) | 否 | `ButtonProps` | `-` | `-` |
| (...Upload) | antd 的 [UploadProps](https://ant.design/components/upload-cn/#API) | 否 | `UploadProps` | `-` | `-` |
### TableProps
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------------- | ------------------------------------------------------------------------------------------------------------------------ | ---- | ----------------- | ------ | ---- |
| form | 新增表单 ProForm 的 [SchemaFormProps](https://procomponents.ant.design/components/schema-form#schema-%E5%AE%9A%E4%B9%89) | 否 | `SchemaFormProps` | `-` | `-` |
| (...ProTable) | ProTable 的 [ProTableProps](https://procomponents.ant.design/components/table#protable) | 否 | `ProTableProps` | `-` | `-` |