Properties
Optional mount
mount?: {
isHydrate?: boolean;
isSVG?: boolean;
rootContainer?: any;
}
Type declaration
Optional isHydrate?: boolean
Optional isSVG?: boolean
Optional rootContainer?: any
Optional preloadIndexHtml
preloadIndexHtml?: boolean
Optional rootProps
rootProps?: null | Record<string, any>
Optional serializer
serializer?: ((state) => any)
Optional shouldPrefetch
shouldPrefetch?: ((file, type) => boolean)
Type declaration
- (file, type): boolean
Returns boolean
Optional shouldPreload
shouldPreload?: ((file, type) => boolean)
Type declaration
- (file, type): boolean
Returns boolean