Skip to content

Type Editor


Type Editor / @type-editor/schema / schema-list

schema-list

Variables

VariableDescription

bulletList

A bullet list node spec, represented in the DOM as <ul>.

listItem

A list item (<li>) spec.

orderedList

An ordered list node spec. Has a single attribute, order, which determines the number at which the list starts counting, and defaults to 1. Represented as an <ol> element.