DefineDataViewsFieldDefinition
Defined in: wp-typia-dataviews/src/index.ts:559
Extends
Section titled “Extends”Omit<DataViewsField<TItem,TItem[TKey]>,"elements"|"id"|"label"|"type">
Type Parameters
Section titled “Type Parameters”TItem extends object
TKey extends DataViewsFieldId<TItem>
Properties
Section titled “Properties”description?
Section titled “description?”
readonlyoptionaldescription?:string
Defined in: wp-typia-dataviews/src/index.ts:176
Inherited from
Section titled “Inherited from”Omit.description
enableGlobalSearch?
Section titled “enableGlobalSearch?”
readonlyoptionalenableGlobalSearch?:boolean
Defined in: wp-typia-dataviews/src/index.ts:178
Inherited from
Section titled “Inherited from”Omit.enableGlobalSearch
enableHiding?
Section titled “enableHiding?”
readonlyoptionalenableHiding?:boolean
Defined in: wp-typia-dataviews/src/index.ts:179
Inherited from
Section titled “Inherited from”Omit.enableHiding
enableSorting?
Section titled “enableSorting?”
readonlyoptionalenableSorting?:boolean
Defined in: wp-typia-dataviews/src/index.ts:180
Inherited from
Section titled “Inherited from”Omit.enableSorting
filterBy?
Section titled “filterBy?”
readonlyoptionalfilterBy?:DataViewsFieldFilter
Defined in: wp-typia-dataviews/src/index.ts:181
Inherited from
Section titled “Inherited from”Omit.filterBy
format?
Section titled “format?”
readonlyoptionalformat?:DataViewsFieldFormat
Defined in: wp-typia-dataviews/src/index.ts:182
Inherited from
Section titled “Inherited from”Omit.format
getValue?
Section titled “getValue?”
readonlyoptionalgetValue?: (context) =>TItem[TKey]
Defined in: wp-typia-dataviews/src/index.ts:183
Parameters
Section titled “Parameters”context
Section titled “context”DataViewsFieldContext<TItem, TItem[TKey]>
Returns
Section titled “Returns”TItem[TKey]
Inherited from
Section titled “Inherited from”Omit.getValue
getValueFormatted?
Section titled “getValueFormatted?”
readonlyoptionalgetValueFormatted?: (context) =>string
Defined in: wp-typia-dataviews/src/index.ts:184
Parameters
Section titled “Parameters”context
Section titled “context”DataViewsFieldContext<TItem, TItem[TKey]>
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Omit.getValueFormatted
header?
Section titled “header?”
readonlyoptionalheader?:string
Defined in: wp-typia-dataviews/src/index.ts:185
Inherited from
Section titled “Inherited from”Omit.header
isValid?
Section titled “isValid?”
readonlyoptionalisValid?:DataViewsFieldValidationRules<TItem,TItem[TKey]>
Defined in: wp-typia-dataviews/src/index.ts:187
Inherited from
Section titled “Inherited from”Omit.isValid
placeholder?
Section titled “placeholder?”
readonlyoptionalplaceholder?:string
Defined in: wp-typia-dataviews/src/index.ts:189
Inherited from
Section titled “Inherited from”Omit.placeholder
readOnly?
Section titled “readOnly?”
readonlyoptionalreadOnly?:boolean
Defined in: wp-typia-dataviews/src/index.ts:190
Inherited from
Section titled “Inherited from”Omit.readOnly
render?
Section titled “render?”
readonlyoptionalrender?: (context) =>unknown
Defined in: wp-typia-dataviews/src/index.ts:191
Parameters
Section titled “Parameters”context
Section titled “context”DataViewsFieldContext<TItem, TItem[TKey]>
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Omit.render
setValue?
Section titled “setValue?”
readonlyoptionalsetValue?: (context) =>TItem
Defined in: wp-typia-dataviews/src/index.ts:192
Parameters
Section titled “Parameters”context
Section titled “context”DataViewsFieldUpdateContext<TItem, TItem[TKey]>
Returns
Section titled “Returns”TItem
Inherited from
Section titled “Inherited from”Omit.setValue
readonlyoptionalsort?: (left,right,direction) =>number
Defined in: wp-typia-dataviews/src/index.ts:193
Parameters
Section titled “Parameters”TItem
TItem
direction
Section titled “direction”"desc" | "asc"
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”Omit.sort
elements?
Section titled “elements?”
readonlyoptionalelements?: readonlyDataViewsFieldElement<DataViewsFieldElementValue<TItem[TKey]>>[]
Defined in: wp-typia-dataviews/src/index.ts:563
label?
Section titled “label?”
readonlyoptionallabel?:string
Defined in: wp-typia-dataviews/src/index.ts:564
schema?
Section titled “schema?”
readonlyoptionalschema?:DataViewsFieldSchemaMetadata<TItem[TKey]>
Defined in: wp-typia-dataviews/src/index.ts:565
readonlyoptionaltype?:DataViewsCompatibleFieldType<TItem[TKey]>
Defined in: wp-typia-dataviews/src/index.ts:566