Trevixal API
Preparing search index...
@trevixal/extension-code-highlight
HighlightToken
Interface HighlightToken
One highlighted span inside a code block, as inline offsets.
interface
HighlightToken
{
className
:
string
;
from
:
number
;
to
:
number
;
}
Index
Properties
class
Name
from
to
Properties
Readonly
class
Name
className
:
string
Readonly
from
from
:
number
Readonly
to
to
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
from
to
Trevixal API
Loading...
One highlighted span inside a code block, as inline offsets.