Member Junction
Preparing search index...
@memberjunction/ng-conversations
Mention
Interface Mention
Represents a mention in a message (@Agent, @User, #Entity, or /Skill)
interface
Mention
{
configurationId
?:
string
;
id
:
string
;
name
:
string
;
type
:
MentionType
;
}
Index
Properties
configuration
Id?
id
name
type
Properties
Optional
configuration
Id
configurationId
?:
string
id
id
:
string
name
name
:
string
type
type
:
MentionType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configuration
Id
id
name
type
Member Junction
Loading...
Represents a mention in a message (@Agent, @User, #Entity, or /Skill)