Member Junction
    Preparing search index...

    '#' trigger — record mentions: entities the user can read plus queries the user can run, both sourced from Metadata and ranked/capped by the shared engine.

    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 = 'record-mentions'

    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