Skip to main content

Interface: ReportViewArgs<T>

Defined in: packages/client/src/modules/report/types.ts:3

Type Parameters

T

T = object

Properties

doctype

doctype: string

Defined in: packages/client/src/modules/report/types.ts:4


fields?

optional fields?: string[]

Defined in: packages/client/src/modules/report/types.ts:5


filters?

optional filters?: Record<string, unknown> | Filter<T>[]

Defined in: packages/client/src/modules/report/types.ts:6


groupBy?

optional groupBy?: string

Defined in: packages/client/src/modules/report/types.ts:11


orderBy?

optional orderBy?: string

Defined in: packages/client/src/modules/report/types.ts:8


orFilters?

optional orFilters?: Filter<T>[]

Defined in: packages/client/src/modules/report/types.ts:7


pageLength?

optional pageLength?: number

Defined in: packages/client/src/modules/report/types.ts:10


start?

optional start?: number

Defined in: packages/client/src/modules/report/types.ts:9