DataViewsConfig
Defined in: wp-typia-dataviews/src/index.ts:285
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
Properties
Section titled “Properties”actions?
Section titled “actions?”
readonlyoptionalactions?: readonlyDataViewsAction<TItem>[]
Defined in: wp-typia-dataviews/src/index.ts:286
readonlydata: readonlyTItem[]
Defined in: wp-typia-dataviews/src/index.ts:287
defaultLayouts?
Section titled “defaultLayouts?”
readonlyoptionaldefaultLayouts?:Readonly<Partial<Record<"grid"|"list"|"table"|"activity"|"pickerTable"|"pickerGrid",Readonly<Record<string,unknown>>>>>
Defined in: wp-typia-dataviews/src/index.ts:288
fields
Section titled “fields”
readonlyfields: readonlyDataViewsConfigField<TItem>[]
Defined in: wp-typia-dataviews/src/index.ts:289
getItemId?
Section titled “getItemId?”
readonlyoptionalgetItemId?: (item) =>string
Defined in: wp-typia-dataviews/src/index.ts:290
Parameters
Section titled “Parameters”TItem
Returns
Section titled “Returns”string
getItemLevel?
Section titled “getItemLevel?”
readonlyoptionalgetItemLevel?: (item) =>number
Defined in: wp-typia-dataviews/src/index.ts:291
Parameters
Section titled “Parameters”TItem
Returns
Section titled “Returns”number
isLoading?
Section titled “isLoading?”
readonlyoptionalisLoading?:boolean
Defined in: wp-typia-dataviews/src/index.ts:292
onChangeView?
Section titled “onChangeView?”
readonlyoptionalonChangeView?: (view) =>void
Defined in: wp-typia-dataviews/src/index.ts:293
Parameters
Section titled “Parameters”DataViewsView<TItem>
Returns
Section titled “Returns”void
paginationInfo?
Section titled “paginationInfo?”
readonlyoptionalpaginationInfo?:DataViewsPaginationInfo
Defined in: wp-typia-dataviews/src/index.ts:294
search?
Section titled “search?”
readonlyoptionalsearch?:boolean
Defined in: wp-typia-dataviews/src/index.ts:295
searchLabel?
Section titled “searchLabel?”
readonlyoptionalsearchLabel?:string
Defined in: wp-typia-dataviews/src/index.ts:296
onChangeSelection?
Section titled “onChangeSelection?”
readonlyoptionalonChangeSelection?: (selection) =>void
Defined in: wp-typia-dataviews/src/index.ts:297
Parameters
Section titled “Parameters”selection
Section titled “selection”readonly string[]
Returns
Section titled “Returns”void
selection?
Section titled “selection?”
readonlyoptionalselection?: readonlystring[]
Defined in: wp-typia-dataviews/src/index.ts:298
readonlyview:DataViewsView<TItem>
Defined in: wp-typia-dataviews/src/index.ts:299