Embedded analytics SDK API
Back to documentation
Preparing search index...
SdkErrorComponentProps
Type Alias SdkErrorComponentProps
type
SdkErrorComponentProps
=
{
error
?:
Error
;
message
:
ReactNode
;
onClose
?:
()
=>
void
;
type
?:
"relative"
|
"fixed"
;
withCloseButton
?:
boolean
;
}
Index
Properties
error?
message
on
Close?
type?
with
Close
Button?
Properties
Optional
error
error
?:
Error
message
message
:
ReactNode
Optional
on
Close
onClose
?:
()
=>
void
Optional
type
type
?:
"relative"
|
"fixed"
Optional
with
Close
Button
withCloseButton
?:
boolean
Settings
Theme
OS
Light
Dark
On This Page
Properties
error
message
on
Close
type
with
Close
Button
Back to documentation
Embedded analytics SDK API
Loading...