Preparing search index...
The search index is not available
annotatedtext - v1.2.1
annotatedtext
INode
Interface INode
INode
interface
INode
{
children
:
INode
[]
;
position
:
{
end
:
{
offset
:
number
}
;
start
:
{
offset
:
number
}
}
;
type
:
string
;
}
Index
Properties
children
position
type
Properties
children
children
:
INode
[]
An array of child nodes.
position
position
:
{
end
:
{
offset
:
number
}
;
start
:
{
offset
:
number
}
}
The position of the node in the text.
type
type
:
string
The type of the node.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
position
type
annotatedtext - v1.2.1
Loading...
INode