ASF - v1.0.0
Preparing search index...
core/ModalContext
Modal
Interface Modal
interface
Modal
{
title
:
string
;
subtitle
?:
string
;
body
:
Element
;
onConfirmation
?:
()
=>
void
;
onClose
?:
()
=>
void
;
}
Index
Properties
title
subtitle?
body
on
Confirmation?
on
Close?
Properties
title
title
:
string
Optional
subtitle
subtitle
?:
string
body
body
:
Element
Optional
on
Confirmation
onConfirmation
?:
()
=>
void
Optional
on
Close
onClose
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
title
subtitle
body
on
Confirmation
on
Close
ASF - v1.0.0
Loading...