DataViewsView
Defined in: wp-typia-dataviews/src/index.ts:230
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/index.ts:231
fields?
Section titled “fields?”
readonlyoptionalfields?: readonlyExtract<keyofTItem,string>[]
Defined in: wp-typia-dataviews/src/index.ts:232
filters?
Section titled “filters?”
readonlyoptionalfilters?: readonlyDataViewsFilter<TItem,unknown>[]
Defined in: wp-typia-dataviews/src/index.ts:233
groupBy?
Section titled “groupBy?”
readonlyoptionalgroupBy?:object
Defined in: wp-typia-dataviews/src/index.ts:234
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/index.ts:239
layout?
Section titled “layout?”
readonlyoptionallayout?:Readonly<Record<string,unknown>>
Defined in: wp-typia-dataviews/src/index.ts:240
mediaField?
Section titled “mediaField?”
readonlyoptionalmediaField?:Extract<keyofTItem,string>
Defined in: wp-typia-dataviews/src/index.ts:241
readonlyoptionalpage?:number
Defined in: wp-typia-dataviews/src/index.ts:242
perPage?
Section titled “perPage?”
readonlyoptionalperPage?:number
Defined in: wp-typia-dataviews/src/index.ts:243
search?
Section titled “search?”
readonlyoptionalsearch?:string
Defined in: wp-typia-dataviews/src/index.ts:244
showDescription?
Section titled “showDescription?”
readonlyoptionalshowDescription?:boolean
Defined in: wp-typia-dataviews/src/index.ts:245
showLevels?
Section titled “showLevels?”
readonlyoptionalshowLevels?:boolean
Defined in: wp-typia-dataviews/src/index.ts:246
showMedia?
Section titled “showMedia?”
readonlyoptionalshowMedia?:boolean
Defined in: wp-typia-dataviews/src/index.ts:247
showTitle?
Section titled “showTitle?”
readonlyoptionalshowTitle?:boolean
Defined in: wp-typia-dataviews/src/index.ts:248
readonlyoptionalsort?:DataViewsSort<TItem>
Defined in: wp-typia-dataviews/src/index.ts:249
startPosition?
Section titled “startPosition?”
readonlyoptionalstartPosition?:number
Defined in: wp-typia-dataviews/src/index.ts:250
titleField?
Section titled “titleField?”
readonlyoptionaltitleField?:Extract<keyofTItem,string>
Defined in: wp-typia-dataviews/src/index.ts:251
readonlytype:"grid"|"list"|"table"|"activity"|"pickerTable"|"pickerGrid"
Defined in: wp-typia-dataviews/src/index.ts:252