Skip to main content

@slack/types / RichTextUserMention

Interface: RichTextUserMention

Defined in: block-kit/block-elements.ts:951

Description​

A user mention element for use in a rich text message.

Extends​

Properties​

style?​

optional style?: object;

Defined in: block-kit/extensions.ts:86

bold?​

optional bold?: boolean;
Description​

When true, boldens the text in this element. Defaults to false.

code?​

optional code?: boolean;
Description​

When true, the text is preformatted in an inline code style. Defaults to `false.

italic?​

optional italic?: boolean;
Description​

When true, italicizes the text in this element. Defaults to false.

strike?​

optional strike?: boolean;
Description​

When true, strikes through the text in this element. Defaults to false.

underline?​

optional underline?: boolean;
Description​

When true, underlines the text in this element. Defaults to false.

Description​

A limited style object for styling rich text text elements.

Inherited from​

RichTextStyleable.style


type​

type: "user";

Defined in: block-kit/block-elements.ts:955

Description​

The type of element. In this case type is always user.


user_id​

user_id: string;

Defined in: block-kit/block-elements.ts:959

Description​

The encoded user ID, e.g. U1234ABCD.