OBJECT

TextWithActions

Description

TextWithActions combines text with associated actions.

link GraphQL Schema definition

  • type TextWithActions {
  • # Actions to be rendered in UI.
  • actions: [TextAction!]!
  • # Text to be rendered in UI. It has appropriate markers where the action needs to
  • # be rendered.
  • text: String!
  • }