Home > @lynx-js/react > Lynx
APIs under lynx
global variable that added by ReactLynx.
Signature:
Property | Modifiers | Type | Description |
---|---|---|---|
registerDataProcessors | (dataProcessorDefinition?: DataProcessorDefinition) => void | Register DataProcessors. You MUST call this before root.render() . | |
triggerGlobalEventFromLepus | (eventName: string, params: any) => void | An alias of lynx.getJSModule("GlobalEventEmitter").trigger(eventName, params) only in Lepus |