Home > @lynx-js/react > DataProcessorDefinition
Definition of DataProcessor(s)
Signature:
Property | Modifiers | Type | Description |
---|---|---|---|
dataProcessors? | Record<string, Function> | (Optional) Should be used with lynx.registerDataProcessors . See more examples at Lynx.registerDataProcessors. | |
defaultDataProcessor? | (rawInitData: InitDataRaw) => InitData | (Optional) You can custom input and output type of Should be used with |