class

BulletList

@Js
class BulletList : ListBlock

A bullet list:

- One
- Two
- Three

The children are ListItem blocks, which contain other blocks (or nested lists).

constructors make

fields marker

The bullet list marker that was used, e.g

make new make(Str? marker)

marker Str? : marker

The bullet list marker that was used, e.g. -, *, or +, if available, or null otherwise.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST