Preparing search index...
The search index is not available
mdv
mdv
charts/dialogs/AnndataConflictDialog
AnndataConflictDialogProps
Interface AnndataConflictDialogProps
interface
AnndataConflictDialogProps
{
onClose
:
()
=>
void
;
onConfirm
:
(
prefix
:
string
)
=>
void
;
onError
?:
(
error
:
{
message
:
string
;
status
?:
number
}
)
=>
void
;
open
:
boolean
;
}
Index
Properties
on
Close
on
Confirm
on
Error?
open
Properties
on
Close
onClose
:
()
=>
void
on
Confirm
onConfirm
:
(
prefix
:
string
)
=>
void
Optional
on
Error
onError
?:
(
error
:
{
message
:
string
;
status
?:
number
}
)
=>
void
open
open
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Close
on
Confirm
on
Error
open
mdv
Loading...