Share via


IMention interface

Represents a mention to a person.

Properties

mentioned

Defines the entity being mentioned.

text

The text that will be substituted with the mention.

type

Must be mention.

Property Details

mentioned

Defines the entity being mentioned.

mentioned?: IMentionedEntity

Property Value

text

The text that will be substituted with the mention.

text?: string

Property Value

string

type

Must be mention.

type: "mention"

Property Value

"mention"