Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.24 KB

File metadata and controls

14 lines (11 loc) · 4.24 KB

CollectionItemDescriptor

Fields

Field Type Required Description
name Optional<String> The optional name of the Collection item.
description Optional<String> A helpful description of why this CollectionItem is in the Collection that it's in.
icon Optional<String> The emoji icon for this CollectionItem. Only used for Text type items.
url Optional<String> The URL of the item being added.
documentId Optional<String> The Glean Document ID of the item being added if it's an indexed document.
newNextItemId Optional<String> The (optional) ItemId of the next CollectionItem in sequence. If omitted, will be added to the end of the Collection
itemType Optional<CollectionItemDescriptorItemType> N/A