Member Junction
    Preparing search index...

    '/' trigger — skill commands: Active skills the user can Run (permission-filtered via AISkillPermissionHelper). Suggestions carry each skill's IconClass/Color UX metadata so the dropdown row + inserted chip render distinctly per skill.

    Registered with the ClassFactory so any mj-mention-editor running in discovery mode picks it up once @memberjunction/ng-conversations is loaded; also instantiated directly by the mj-ai-composer wrapper (explicit-list mode).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Key: string = 'skill-commands'

    Stable identifier for this provider (e.g. 'agent-mentions'). Used as the ClassFactory registration key and by ExcludedTriggerKeys filtering.

    Priority: number

    Ordering weight — higher runs first. When multiple providers share a TriggerChar, results are concatenated in priority order (then Key order).

    TriggerChar: string = '/'

    The single character that opens this provider's autocomplete (e.g. '@').

    Methods