Skip to content

DefineDataViewsConfigOptions

Defined in: wp-typia-dataviews/src/index.ts:586

TItem extends object

readonly optional actions?: readonly DataViewsAction<TItem>[]

Defined in: wp-typia-dataviews/src/index.ts:587


readonly data: readonly TItem[]

Defined in: wp-typia-dataviews/src/index.ts:588


readonly optional getItemId?: (item) => string

Defined in: wp-typia-dataviews/src/index.ts:589

TItem

string


readonly optional getItemLevel?: (item) => number

Defined in: wp-typia-dataviews/src/index.ts:590

TItem

number


readonly optional isLoading?: boolean

Defined in: wp-typia-dataviews/src/index.ts:591


readonly optional onChangeSelection?: (selection) => void

Defined in: wp-typia-dataviews/src/index.ts:592

readonly string[]

void


readonly optional onChangeView?: (view) => void

Defined in: wp-typia-dataviews/src/index.ts:593

DataViewsView<TItem>

void


readonly optional paginationInfo?: DataViewsPaginationInfo

Defined in: wp-typia-dataviews/src/index.ts:594


readonly optional search?: boolean

Defined in: wp-typia-dataviews/src/index.ts:595


readonly optional searchLabel?: string

Defined in: wp-typia-dataviews/src/index.ts:596


readonly optional selection?: readonly string[]

Defined in: wp-typia-dataviews/src/index.ts:597


readonly optional view?: DataViewsView<TItem>

Defined in: wp-typia-dataviews/src/index.ts:598