ListItem {stencilaschema} | R Documentation |
A single item in a list.
Description
A single item in a list.
Usage
ListItem(
alternateNames,
content,
description,
id,
identifiers,
images,
isChecked,
item,
meta,
name,
position,
url
)
Arguments
alternateNames |
Alternate names (aliases) for the item. |
content |
The content of the list item. |
description |
A description of the item. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
isChecked |
A flag to indicate if this list item is checked. |
item |
The item represented by this list item. |
meta |
Metadata associated with this item. |
name |
The name of the item. |
position |
The position of the item in a series or sequence of items. |
url |
The URL of the item. |
Value
A list
of class ListItem
See Also
[Package stencilaschema version 1.0.0 Index]