OBJECT
TextWithActions
Description
TextWithActions combines text with associated actions.
link GraphQL Schema definition
- type TextWithActions {
- # Actions to be rendered in UI.
- : [TextAction!]!
- # Text to be rendered in UI. It has appropriate markers where the action needs to
- # be rendered.
- : String!
- }