Variable ReactionCollectorEventsConst

ReactionCollectorEvents: {
    Collect: "collect";
    Create: "create";
    Dispose: "dispose";
    End: "end";
    Ignore: "ignore";
    User: "user";
}