LogoLogo
  • Introduction
  • What's New?
  • Upgrade Guide
  • Getting Started
    • Requirements
    • Installation
  • Defining Channels
    • Configuration
    • Retrieving Channels
  • Creating and Sending Notifications
    • Defining Notifications
    • Notifiables
    • Sending Notifications
  • Providers
    • DatabaseProvider
    • EmailProvider
    • SlackProvider
      • Slack BlockKit
    • Creating Custom Providers
  • Testing
    • Coming Soon
  • Reference
    • NotificationService
    • BaseNotification
    • SendsNotifications
    • INotifiable
    • BaseProvider
      • DatabaseProvider
        • DatabaseNotificationService
        • HasDatabaseNotifications
        • DatabaseNotificationCursor
        • DatabaseNotification
      • EmailProvider
      • SlackProvider
        • SlackMessage
          • EventMetadata
          • ActionsBlock
          • ContextBlock
          • DividerBlock
          • HeaderBlock
          • ImageBlock
          • SectionBlock
          • ButtonElement
          • ConfirmObject
          • ImageElement
          • TextObject
          • PlainTextOnlyTextObject
  • ForgeBox
  • GitHub
Powered by GitBook
On this page
  • markdown
  • verbatim
  1. Reference
  2. BaseProvider
  3. SlackProvider
  4. SlackMessage

TextObject

Inherits from PlainTextOnlyTextObject

PlainTextOnlyTextObject

markdown

Sets the type for this TextObject to markdown.

Name
Type
Required
Default
Description

No arguments

Return: The TextObject instance.

verbatim

Indicate that URLs, conversation names and certain mentions should not be auto-linked. Only applicable for markdown text objects.

Name
Type
Required
Default
Description

No arguments

Return: The TextObject instance.

PreviousImageElementNextPlainTextOnlyTextObject

Last updated 1 year ago