CtaType Enum
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
The type of the CTA, which determines how the CTA button renders. Primary/Secondary/Link
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown - rendered as a link, maybe |
| Primary | 1 | Rendered as a solid color button |
| Secondary | 2 | Rendered as an outline button |
| Link | 3 | Rendered as a blue underlined link |
Usage
- NewsFeedItemCta.CtaType - List of Calls-to-Action buttons to attach to a given news item. One item may have multiple CTAs (e.g. Approve + Reject).