Properties
Optional bootstrapModules
bootstrapModules?: string[]
Optional bootstrapScriptContent
bootstrapScriptContent?: string
Optional bootstrapScripts
bootstrapScripts?: string[]
Optional identifierPrefix
identifierPrefix?: string
Optional namespaceURI
namespaceURI?: string
Optional nonce
nonce?: string
Optional onAllReady
onAllReady?: (() => void)
Optional onError
onError?: ((error, errorInfo) => string | void)
Type declaration
- (error, errorInfo): string | void
Parameters
- error: unknown
- errorInfo: ErrorInfo
Returns string | void
Optional onShellError
onShellError?: ((error) => void)
Type declaration
- (error): void
Returns void
Optional onShellReady
onShellReady?: (() => void)
Optional progressiveChunkSize
progressiveChunkSize?: number