Forest.js Core Documentation - v1.2.3
    Preparing search index...

    Type Alias Triggers

    Triggers: { [K in string]: (...args: never[]) => void }

    Object containing named trigger functions For use in the TriggerUtility with ElementMeta.triggers

    const triggers = getTriggers(MyElement);
    triggers.customTrigger();