Trevixal API
Preparing search index...
@trevixal/extension-writing
SentenceSpan
Interface SentenceSpan
A sentence with its position in the source text.
interface
SentenceSpan
{
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 sentence with its position in the source text.