Documentation - v19.5.0-dev
Preparing search index...
@stereograph/teiaviewer-plugins
TeiaSearchFieldCondition
Interface TeiaSearchFieldCondition
interface
TeiaSearchFieldCondition
{
field
:
string
;
operator
:
|
"Contains"
|
"EndWith"
|
"EqualTo"
|
"GreaterThan"
|
"GreaterThanOrEqualTo"
|
"IsNotNull"
|
"IsNull"
|
"LessThan"
|
"LessThanOrEqualTo"
|
"NotContains"
|
"NotEqualTo"
|
"StartWith"
;
type
:
"Field"
;
value
:
string
;
}
Hierarchy (
View Summary
)
BaseCondition
<
"Field"
>
TeiaSearchFieldCondition
Index
Properties
field
operator
type
value
Properties
field
field
:
string
operator
operator
:
|
"Contains"
|
"EndWith"
|
"EqualTo"
|
"GreaterThan"
|
"GreaterThanOrEqualTo"
|
"IsNotNull"
|
"IsNull"
|
"LessThan"
|
"LessThanOrEqualTo"
|
"NotContains"
|
"NotEqualTo"
|
"StartWith"
type
type
:
"Field"
value
value
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
field
operator
type
value
Documentation - v19.5.0-dev
Loading...