Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / OperatorKind

Enumeration: OperatorKind

操作符类型

Operator kind

Enumeration Members

CONTAINS

CONTAINS: "CONTAINS"

包含(模糊匹配)

Include(Fuzzy match)

Defined in

props/enumProps.ts:523


ENDWITH

ENDWITH: "ENDWITH"

以...结束

End with

Defined in

props/enumProps.ts:547


EQ

EQ: "="

等于

Equal

Defined in

props/enumProps.ts:475


GE

GE: ">="

大于等于

Greater than or equal to

Defined in

props/enumProps.ts:505


GT

GT: ">"

大于

Greater than

Defined in

props/enumProps.ts:499


IN

IN: "IN"

存在(数据项匹配)

Exist(Array item match)

Defined in

props/enumProps.ts:511


IS_EMPTY

IS_EMPTY: "ISEMPTY"

为空

Is empty

Defined in

props/enumProps.ts:559


LE

LE: "<="

小于等于

Less than or equal

Defined in

props/enumProps.ts:493


LT

LT: "<"

小于

Less than

Defined in

props/enumProps.ts:487


NE

NE: "!="

不等于

Not equal

Defined in

props/enumProps.ts:481


NOT_CONTAINS

NOT_CONTAINS: "NCONTAINS"

不包含(模糊匹配)

Not include(Fuzzy match)

Defined in

props/enumProps.ts:529


NOT_EMPTY

NOT_EMPTY: "NOTEMPTY"

不为空

Not empty

Defined in

props/enumProps.ts:565


NOT_ENDWITH

NOT_ENDWITH: "NENDWITH"

不以...结束

Not end with

Defined in

props/enumProps.ts:553


NOT_IN

NOT_IN: "NOT IN"

不存在(数据项匹配)

Not exist(Array item match)

Defined in

props/enumProps.ts:517


NOT_STARTWITH

NOT_STARTWITH: "NSTARTWITH"

不以...开始

Not start with

Defined in

props/enumProps.ts:541


STARTWITH

STARTWITH: "STARTWITH"

以...开始

Start with

Defined in

props/enumProps.ts:535