CacheControl / CacheControl/json-rules-engine

Accessing Event on a Rule

Open
#307 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.1k
Forks
507
PR merge metrics
No merged PRs in 30d

Description

Hello,

I'm working on a project in node that uses your rule engine, and I've noticed something that I can't understand.

The Rule class definition implements:
`export class Rule implements RuleProperties {
event: Event;
}`

But the Rule object uses
`ruleEvent: {}`

Trying to access a rule's events with `rule.event` returns nothing (as expected).

I've looked at the js code and there's a method `getEvent()`, that is not in index.d.ts.
What's the reason for all of this?
It seems it's impossible to access the event data.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.