Skip to main content

The quote object represents a section of referenced text from an external source.

Properties

NameTypeFormatDescription
textstringThe quote text.
sourcestringThe source of the quote.

Example

TypeScript
const entry = await client.entries.get("<entry-id>");

console.log(entry.myQuote.text);
console.log(entry.myQuote.source);

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request