• 正在准备搜索索引...
  • 搜索索引不可用
@custouch-open/js-sdk
  • @custouch-open/js-sdk
  • api/cms
  • GetDataRowByIds

函数 GetDataRowByIds

  • GetDataRowByIds<Data, DataRows>(params): Promise<DataItem<Data, DataRows>[]>
  • 批量获取数据

    类型参数

    • Data extends Record<string, string> = any
    • DataRows extends Record<string, string> = any

    参数

    • params: {
          dataRowIds: string[];
          statuses?: DataStatus;
      }
      • dataRowIds: string[]
      • 可选statuses?: DataStatus

    返回 Promise<DataItem<Data, DataRows>[]>

显示设置

成员可见性
@custouch-open/js-sdk
  • 加载中……

使用 TypeDoc 生成