QueryResult

Interface

The result of data source's query method.

Properties

PropertyTypeNotes
number

The number of result records.

string[]

The jimuFieldName.

string[]

The IDs of the result records.

boolean

Whether the query process is aborted. isAborted is undefined or false means the query process is done.

IMQueryParams

The query parameters that generate the result.

Records of the query result.

count

optional
Interface Property
count: number

The number of result records.

fields

optional
Interface Property
fields: string[]

The jimuFieldName.

ids

optional
Interface Property
ids: string[]

The IDs of the result records.

isAborted

optional
Interface Property
isAborted: boolean

Whether the query process is aborted. isAborted is undefined or false means the query process is done.

queryParams

Interface Property
queryParams: IMQueryParams

The query parameters that generate the result.

records

optional
Interface Property
records: DataRecord[]

Records of the query result.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.