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