Skip to main content

slack.plaintextobject.verbatim

Home > @runlightyear/slack > PlainTextObject > verbatim

PlainTextObject.verbatim property

When set to false (as is default) URLs will be auto-converted into links, conversation names will be link-ified, and certain mentions will be automatically parsed. Using a value of true will skip any preprocessing of this nature, although you can still include manual parsing strings. This field is only usable when type is mrkdwn.

Signature:
verbatim?: boolean;