@sqlrooms/documents / BlockDocumentListBlock
Type Alias: BlockDocumentListBlock
BlockDocumentListBlock =
object
A bullet or ordered list block containing an array of text items.
Type Declaration
| Name | Type |
|---|---|
id | string |
intent? | string |
type | "list" |
ordered? | boolean |
items | string[] |
