DataViewsFilter
Defined in: wp-typia-dataviews/src/index.ts:201
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/index.ts:205
isLocked?
Section titled “isLocked?”
readonlyoptionalisLocked?:boolean
Defined in: wp-typia-dataviews/src/index.ts:206
operator
Section titled “operator”
readonlyoperator:"startsWith"|"before"|"after"|"is"|"on"|"isNot"|"isAny"|"isNone"|"isAll"|"contains"|"notContains"|"lessThan"|"lessThanOrEqual"|"greaterThan"|"greaterThanOrEqual"|"between"|"notOn"|"beforeInc"|"afterInc"|"inThePast"|"over"
Defined in: wp-typia-dataviews/src/index.ts:207
value?
Section titled “value?”
readonlyoptionalvalue?:TValue
Defined in: wp-typia-dataviews/src/index.ts:208