AIRI Server API - v0.10.2
Preparing search index...
server-shared/src
RouteTargetExpression
Type Alias RouteTargetExpression
RouteTargetExpression
:
|
{
type
:
"and"
;
all
:
RouteTargetExpression
[]
}
|
{
type
:
"or"
;
any
:
RouteTargetExpression
[]
}
|
{
type
:
"glob"
;
glob
:
string
;
inverted
?:
boolean
}
|
{
type
:
"ids"
;
ids
:
string
[]
;
inverted
?:
boolean
}
|
{
type
:
"plugin"
;
plugins
:
string
[]
;
inverted
?:
boolean
}
|
{
type
:
"instance"
;
instances
:
string
[]
;
inverted
?:
boolean
}
|
{
type
:
"label"
;
selectors
:
string
[]
;
inverted
?:
boolean
}
|
{
type
:
"module"
;
modules
:
string
[]
;
inverted
?:
boolean
}
|
{
type
:
"source"
;
sources
:
string
[]
;
inverted
?:
boolean
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
AIRI Server API - v0.10.2
Loading...