Trevixal API
Preparing search index...
@trevixal/core
TriggerMatch
Interface TriggerMatch
An active trigger:
[from, to)
spans the trigger char plus the query.
interface
TriggerMatch
{
from
:
number
;
path
:
Path
;
query
:
string
;
to
:
number
;
}
Index
Properties
from
path
query
to
Properties
Readonly
from
from
:
number
Readonly
path
path
:
Path
Readonly
query
query
:
string
Readonly
to
to
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
path
query
to
Trevixal API
Loading...
An active trigger:
[from, to)spans the trigger char plus the query.