Represents a preprocessor. View Source preprocessors/IPreprocessor.ts, line 6 Members Type: Array # getSupportedEventTypes Gets the types of events this preprocessor supports. View Source preprocessors/IPreprocessor.ts, line 11 Type: Promise.<any> # processEvent Processes an event, modifying it in-place if needed. View Source preprocessors/IPreprocessor.ts, line 16