If I define attributes with "_" as prefix, like: attribute bool _enableTrackingEvent; attribute bool _enableErrorEvent; WIDL-NAN will ignore the prefix in the interface to be "enableTrackingEvent".
If I define attributes with "_" as prefix, like:
attribute bool _enableTrackingEvent;
attribute bool _enableErrorEvent;
WIDL-NAN will ignore the prefix in the interface to be "enableTrackingEvent".