OptionaladapterA map of error pages for adapter-level errors.
OptionalcomponentHandles incoming events for the root React component.
OptionalerrorA map of error pages for specific components.
OptionalhtmlThe content of the HTML template as a string. This can be used to define the structure of the HTML document. This is useful for inline templates or when the template is dynamically generated. Note: This is not a file path, but the actual HTML content.
OptionalignoreA list of platforms to ignore for React rendering. This can be used to disable React rendering on specific platforms. For example, you might want to ignore rendering on CLI platforms.
OptionallayoutsA map of layout components with their respective event handlers.
OptionalrootThe ID of the root DOM element where React will be mounted.
UseReact decorator options.