DataViewsFilter
Defined in: wp-typia-dataviews/src/types.ts:199
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
TValue
Section titled “TValue”TValue = unknown
Properties
Section titled “Properties”
readonlyfield:Extract<keyofTItem>
Defined in: wp-typia-dataviews/src/types.ts:203
isLocked?
Section titled “isLocked?”
readonlyoptionalisLocked?:boolean
Defined in: wp-typia-dataviews/src/types.ts:204
operator
Section titled “operator”
readonlyoperator:"on"|"startsWith"|"before"|"after"|"is"|"isNot"|"isAny"|"isNone"|"isAll"|"contains"|"notContains"|"lessThan"|"lessThanOrEqual"|"greaterThan"|"greaterThanOrEqual"|"between"|"notOn"|"beforeInc"|"afterInc"|"inThePast"|"over"
Defined in: wp-typia-dataviews/src/types.ts:205
value?
Section titled “value?”
readonlyoptionalvalue?:TValue
Defined in: wp-typia-dataviews/src/types.ts:206