ai-search-behaviortrace
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

BehaviorTrace

import { BehaviorTrace } from "ai-search-behaviortrace";
 
<BehaviorTrace
  apiUrl="/module/powersearch/api/dimension/data/get"
  tabConfigUrl="POST /module/ps-module-data-config/getInputOutPutParam"
  tableDataUrl="POST /module/powersearch/api/module/data/get"
  dimensionCode="12345"
  queryParams={{
    subjectCode: "person",
    categoryCode: "gx",
    startTime: "2020-09-02",
    endTime: "2020-09-03",
  }}
  showLine={true}
  mapUrl="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
  cellWidth={80}
/>;

props

参数 类型 说明 必填 默认值
className string 组件自定义样式 -
apiUrl string tab 列表 -
tabConfigUrl string 获取出入参配置数地址 -
dimensionCode string tab 列表入参 -
tableDataUrl string 数据列表
mapUrl string 地图瓦片地址
queryParams [key]:striung 入参 value
showLine boolean 地图点位连线 true
cellWidth number 表格列宽 100

Package Sidebar

Install

npm i ai-search-behaviortrace

Weekly Downloads

22

Version

1.1.10

License

MIT

Unpacked Size

79.9 kB

Total Files

40

Last publish

Collaborators

  • yuanff