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':aandbmust match exactly.'contain':amust containsb.'not':amust not matchb.'format': useaandbto create a formatted string usingresultas a template string.'$or': =>a || b, returns the value of the inputa|b.