Skip to content

@oneplatform/plugin-sdk


@oneplatform/plugin-sdk / DataQuery

Interface: DataQuery

Defined in: packages/plugin-sdk/src/types/widget.ts:23

Properties

entityType

entityType: string

Defined in: packages/plugin-sdk/src/types/widget.ts:24


fields?

optional fields?: string[]

Defined in: packages/plugin-sdk/src/types/widget.ts:27


filter?

optional filter?: Record\<string, unknown>

Defined in: packages/plugin-sdk/src/types/widget.ts:25


limit?

optional limit?: number

Defined in: packages/plugin-sdk/src/types/widget.ts:28


sort?

optional sort?: string

Defined in: packages/plugin-sdk/src/types/widget.ts:26