Tempo API
API Overview
⬅ Back to Guides
Preparing search index...
TermPlugin
Interface TermPlugin
TermPlugin
Interface for term-driven parsing and resolution.
interface
TermPlugin
{
define
:
(
this
:
Tempo
,
keyOnly
?:
boolean
,
anchor
?:
any
,
)
=>
string
|
Range
|
Range
[]
|
undefined
;
description
?:
string
;
groups
?:
any
;
key
:
string
;
locale
?:
Record
<
string
,
string
|
Function
>
;
ranges
?:
any
[]
;
resolve
?:
(
this
:
Tempo
,
anchor
?:
any
)
=>
Range
[]
;
scope
?:
string
;
version
?:
string
;
}
Index
Properties
define
description?
groups?
key
locale?
ranges?
resolve?
scope?
version?
Properties
define
define
:
(
this
:
Tempo
,
keyOnly
?:
boolean
,
anchor
?:
any
,
)
=>
string
|
Range
|
Range
[]
|
undefined
Optional
description
description
?:
string
Optional
groups
groups
?:
any
key
key
:
string
Optional
locale
locale
?:
Record
<
string
,
string
|
Function
>
Optional
ranges
ranges
?:
any
[]
Optional
resolve
resolve
?:
(
this
:
Tempo
,
anchor
?:
any
)
=>
Range
[]
Optional
scope
scope
?:
string
Optional
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Term
Plugin
Properties
define
description
groups
key
locale
ranges
resolve
scope
version
API Overview
⬅ Back to Guides
Tempo API
Loading...
TermPlugin
Interface for term-driven parsing and resolution.