Trevixal API
Preparing search index...
@trevixal/core
SchemaSpec
Interface SchemaSpec
interface
SchemaSpec
{
marks
?:
Readonly
<
Record
<
string
,
MarkSpec
>
>
;
nodes
:
Readonly
<
Record
<
string
,
NodeSpec
>
>
;
topNode
?:
string
;
}
Index
Properties
marks?
nodes
top
Node?
Properties
Optional
Readonly
marks
marks
?:
Readonly
<
Record
<
string
,
MarkSpec
>
>
Readonly
nodes
nodes
:
Readonly
<
Record
<
string
,
NodeSpec
>
>
Optional
Readonly
top
Node
topNode
?:
string
Name of the top-level node type. Defaults to
"doc"
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
marks
nodes
top
Node
Trevixal API
Loading...
Name of the top-level node type. Defaults to
"doc".