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