RichBlockListItem
An item of a list.
Properties
label
ts
label: string;Label of the item
blocks
ts
blocks: RichBlock[];The content of the item
has_checkbox
ts
has_checkbox?: true;True, if the item has a checkbox
is_checked
ts
is_checked?: true;True, if the item has a checked checkbox
value
ts
value?: number;For ordered lists, the numeric value of the item label
type
ts
type?: "a" | "A" | "i" | "I" | "1";For ordered lists, the type of the item label; must be one of “a” for lowercase letters, “A” for uppercase letters, “i” for lowercase Roman numerals, “I” for uppercase Roman numerals, or “1” for decimal numbers