ListItem
A single item in a list.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ ListItem } |
The name of the type. | Entity |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
content | stencila:content | array[ Node ] |
The content of the list item. | ListItem |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
id | schema:id | string |
The identifier for this item. | Entity |
identifiers | schema:identifier | array[ PropertyValue | string ] |
Any kind of identifier for any kind of Thing. | Thing |
images | schema:image | array[ ImageObject | string:uri ] |
Images of the item. | Thing |
isChecked | stencila:isChecked | boolean |
A flag to indicate if this list item is checked. | ListItem |
item | schema:item | Node |
The item represented by this list item. | ListItem |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
name | schema:name | string |
The name of the item. | Thing |
position | schema:position | number |
The position of the item in a series or sequence of items. | ListItem |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: Thing
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from ListItem.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏