Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
WidgetSourceFilterClause
Interface WidgetSourceFilterClause
interface
WidgetSourceFilterClause
{
appliesTo
?:
readonly
string
[]
;
field
:
string
;
operator
:
|
"in"
|
"!="
|
"<"
|
"<="
|
">"
|
">="
|
"="
|
"between"
|
"is-null"
|
"is-not-null"
|
"like"
|
"not-in"
;
value
?:
unknown
;
}
Index
Properties
applies
To?
field
operator
value?
Properties
Optional
Readonly
applies
To
applies
To
?:
readonly
string
[]
Readonly
field
field
:
string
Readonly
operator
operator
:
|
"in"
|
"!="
|
"<"
|
"<="
|
">"
|
">="
|
"="
|
"between"
|
"is-null"
|
"is-not-null"
|
"like"
|
"not-in"
Optional
Readonly
value
value
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
applies
To
field
operator
value
@honua/sdk-js
Loading...