ListItem: A single item in a list.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A single item in a list.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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

Thing


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.