ListItem
类型名称:ListItem
扩展 Intangible
名称 |
类型 |
说明 |
项目 |
Thing 的子类型 |
由列表中的条目表示的实体(例如,“artists”列表中的“artist”)。 |
nextItem [下一步] |
ListItem |
指向当前列表后面的 ListItem 的链接。 |
position |
Integer 或 Text |
项在一系列或序列中的位置。 |
上一项 |
ListItem |
指向位于当前列表前面的 ListItem 的链接。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["`ListItem` is a type that represents an entry within a list and extends the `Intangible` type."],["It includes properties to define the item itself (`item`), its position in the list (`position`), and links to the next (`nextItem`) and previous (`previousItem`) items in the sequence."]]],["The `ListItem` type, extending `Intangible`, represents an entry in a list. Key properties include `item`, which is the entity in the list; `nextItem` and `previousItem`, which link to the next and preceding list items respectively; and `position`, which indicates the item's place in the sequence. The position can be an integer or text. This defines the structure of an item and its relational placement within a list.\n"]]