@lynx-js/react / DataProcessors
Interface: DataProcessors
The data processors that registered with Lynx.registerDataProcessors.
Example
Extending dataProcessors interface
Then you can use lynx.registerDataProcessors with types.
Indexable
[processorName: string]: (...args: any[]) => any
Methods
getScreenMetricsOverride()?
Optional processor to override screen metrics used by the app
Parameters
Returns
object
New screen dimensions to be used by the app
height
width
Example
Defined in
@lynx-js/react/runtime/lib/lynx-api.d.ts:212