OS Probabilities API - v0.1.0
Preparing search index...
core/src
Predicate
Interface Predicate
interface
Predicate
{
op
:
|
"equals"
|
"notEquals"
|
"in"
|
"notIn"
|
"gt"
|
"gte"
|
"lt"
|
"lte"
|
"contains"
|
"exists"
;
path
:
DataPath
;
value
?:
unknown
;
valuePath
?:
DataPath
;
}
Index
Properties
op
path
value?
value
Path?
Properties
op
op
:
|
"equals"
|
"notEquals"
|
"in"
|
"notIn"
|
"gt"
|
"gte"
|
"lt"
|
"lte"
|
"contains"
|
"exists"
path
path
:
DataPath
Optional
value
value
?:
unknown
Optional
value
Path
valuePath
?:
DataPath
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
op
path
value
value
Path
OS Probabilities API - v0.1.0
Loading...