Trevixal API
Preparing search index...
@trevixal/extension-writing
WordSpan
Interface WordSpan
A word with its position in the source text.
interface
WordSpan
{
index
:
number
;
length
:
number
;
text
:
string
;
}
Index
Properties
index
length
text
Properties
Readonly
index
index
:
number
Readonly
length
length
:
number
Readonly
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
length
text
Trevixal API
Loading...
A word with its position in the source text.