Skip to content

Home > @liquidrazor/list-display > QuerySourceOptions

QuerySourceOptions interface

Signature:

typescript
export interface QuerySourceOptions<TRow = any>

Properties

Property

Modifiers

Type

Description

label?

string

(Optional) Optional label for debugging / devtools.

load

QueryLoadFn<TRow>

Function that performs the actual data load (fetch/RTKQ/etc.).