Interface: UseReactAppConfig
Interface: UseReactAppConfig
Application-level configuration that extends AppConfig with React-specific settings.
Extends
Partial<AppConfig<ReactIncomingEvent,ReactOutgoingResponse>>
Indexable
[key: string]: unknown
Properties
useReact
useReact: UseReactConfig;
React integration settings, extending the base application config.
