react / DataProcessorDefinition
Definition of DataProcessor(s)
Should be used with lynx.registerDataProcessors
. See more examples at Lynx.registerDataProcessors.
@lynx-js/react/runtime/lib/lynx-api.d.ts:186
You can custom input and output type of defaultDataProcessor
by extends InitDataRaw and InitData
Should be used with lynx.registerDataProcessors
. See more examples at Lynx.registerDataProcessors.
Parameter | Type | Description |
---|---|---|
rawInitData |
InitDataRaw |
initData passed from native code |
@lynx-js/react/runtime/lib/lynx-api.d.ts:180