Class SuggestedContent
This class represents a suggested content page.
Use getContent() method to get access to the actual Content object.
Property Summary
| Property | Description |
|---|
content: Content (read-only) | This method returns the actual Content object corresponding to this suggested content. |
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
| Method | Description |
|---|
| getContent() | This method returns the actual Content object corresponding to this suggested content. |
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Property Details
content
- content: Content
(read-only)
This method returns the actual Content object corresponding to this suggested content.
Method Details
getContent()
- getContent(): Content
This method returns the actual Content object corresponding to this suggested content.
Returns:
- the content object corresponding to this suggested content