Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
IListingFilter
Interface IListingFilter
interface
IListingFilter
{
filterBlock
?:
number
;
key
:
string
;
logicOperation
?:
|
">"
|
"<"
|
"EQUAL"
|
"NOTEQUAL"
|
"IN"
|
"NOTIN"
|
"≥"
|
"≤"
|
"CONTAINSWORD"
;
type
?:
string
;
value
:
|
null
|
string
|
number
|
string
[]
|
DateQuery
|
IDateGteCriterion
|
IDateLtCriterion
|
IDateLteCriterion
|
ILocationCriterion
|
{
$ne
:
string
}
|
{
$near
:
Record
<
string
,
unknown
>
}
|
IOnElementQuery
;
}
Index
Properties
filter
Block?
key
logic
Operation?
type?
value
Properties
Optional
filter
Block
filterBlock
?:
number
key
key
:
string
Optional
logic
Operation
logicOperation
?:
|
">"
|
"<"
|
"EQUAL"
|
"NOTEQUAL"
|
"IN"
|
"NOTIN"
|
"≥"
|
"≤"
|
"CONTAINSWORD"
Optional
type
type
?:
string
value
value
:
|
null
|
string
|
number
|
string
[]
|
DateQuery
|
IDateGteCriterion
|
IDateLtCriterion
|
IDateLteCriterion
|
ILocationCriterion
|
{
$ne
:
string
}
|
{
$near
:
Record
<
string
,
unknown
>
}
|
IOnElementQuery
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filter
Block
key
logic
Operation
type
value
edocu-sdk
Loading...