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