config-rocket
Preparing search index...
RocketResolvableType
Type Alias RocketResolvableType
RocketResolvableType
:
"match"
|
"contain"
|
"not"
|
"format"
|
"$or"
Possible resolvable types.
'match'
:
a
and
b
must match exactly.
'contain'
:
a
must contains
b
.
'not'
:
a
must not match
b
.
'format'
: use
a
and
b
to create a formatted string using
result
as a template string.
'$or'
: =>
a || b
, returns the value of the input
a
|
b
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
config-rocket
Loading...
Possible resolvable types.
'match'
:a
andb
must match exactly.'contain'
:a
must containsb
.'not'
:a
must not matchb
.'format'
: usea
andb
to create a formatted string usingresult
as a template string.'$or'
: =>a || b
, returns the value of the inputa
|b
.