DataViewsView
Defined in: wp-typia-dataviews/src/types.ts:228
View state passed to DataViews and query adapters.
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
Properties
Section titled “Properties”descriptionField?
Section titled “descriptionField?”
readonlyoptionaldescriptionField?:Extract<keyofTItem,string>
Defined in: wp-typia-dataviews/src/types.ts:229
fields?
Section titled “fields?”
readonlyoptionalfields?: readonlyExtract<keyofTItem,string>[]
Defined in: wp-typia-dataviews/src/types.ts:230
filters?
Section titled “filters?”
readonlyoptionalfilters?: readonlyDataViewsFilter<TItem,unknown>[]
Defined in: wp-typia-dataviews/src/types.ts:231
groupBy?
Section titled “groupBy?”
readonlyoptionalgroupBy?:object
Defined in: wp-typia-dataviews/src/types.ts:232
direction?
Section titled “direction?”
readonlyoptionaldirection?:"desc"|"asc"
readonlyfield:Extract<keyofTItem>
showLabel?
Section titled “showLabel?”
readonlyoptionalshowLabel?:boolean
infiniteScrollEnabled?
Section titled “infiniteScrollEnabled?”
readonlyoptionalinfiniteScrollEnabled?:boolean
Defined in: wp-typia-dataviews/src/types.ts:237
layout?
Section titled “layout?”
readonlyoptionallayout?:Readonly<Record<string,unknown>>
Defined in: wp-typia-dataviews/src/types.ts:238
mediaField?
Section titled “mediaField?”
readonlyoptionalmediaField?:Extract<keyofTItem,string>
Defined in: wp-typia-dataviews/src/types.ts:239
readonlyoptionalpage?:number
Defined in: wp-typia-dataviews/src/types.ts:240
perPage?
Section titled “perPage?”
readonlyoptionalperPage?:number
Defined in: wp-typia-dataviews/src/types.ts:241
search?
Section titled “search?”
readonlyoptionalsearch?:string
Defined in: wp-typia-dataviews/src/types.ts:242
showDescription?
Section titled “showDescription?”
readonlyoptionalshowDescription?:boolean
Defined in: wp-typia-dataviews/src/types.ts:243
showLevels?
Section titled “showLevels?”
readonlyoptionalshowLevels?:boolean
Defined in: wp-typia-dataviews/src/types.ts:244
showMedia?
Section titled “showMedia?”
readonlyoptionalshowMedia?:boolean
Defined in: wp-typia-dataviews/src/types.ts:245
showTitle?
Section titled “showTitle?”
readonlyoptionalshowTitle?:boolean
Defined in: wp-typia-dataviews/src/types.ts:246
readonlyoptionalsort?:DataViewsSort<TItem>
Defined in: wp-typia-dataviews/src/types.ts:247
startPosition?
Section titled “startPosition?”
readonlyoptionalstartPosition?:number
Defined in: wp-typia-dataviews/src/types.ts:248
titleField?
Section titled “titleField?”
readonlyoptionaltitleField?:Extract<keyofTItem,string>
Defined in: wp-typia-dataviews/src/types.ts:249
readonlytype:"list"|"grid"|"table"|"activity"|"pickerTable"|"pickerGrid"
Defined in: wp-typia-dataviews/src/types.ts:250