Skip to content
On this page

Interface: LoadTableRecordFunctionResult<TYPE>

TableHelper.LoadTableRecordFunctionResult

加载记录的函数返回值.

Type parameters

Name
TYPE

Properties

data

data: TYPE[]

加载到的记录

Defined in

dist/src/components/table-helper/table-helper.d.ts:244


total

total: number

记录总数

Defined in

dist/src/components/table-helper/table-helper.d.ts:248