mwg API
    Preparing search index...

    Interface AffixContext

    what actually happened, for matchesContext to check an affix against

    interface AffixContext {
        kind?: string;
        trigger: AffixTrigger;
    }
    Index
    kind?: string
    trigger: AffixTrigger