geoview-core
Preparing search index...
TypeModalProps
Type Alias TypeModalProps
Properties definition of the modal
type
TypeModalProps
=
{
active
?:
boolean
;
close
?:
()
=>
void
;
content
:
ReactNode
|
string
;
footer
?:
ModalFooter
;
header
?:
ModalHeader
;
height
?:
string
|
number
;
modalId
?:
string
;
open
?:
()
=>
void
;
width
?:
string
|
number
;
}
Index
Properties
active?
close?
content
footer?
header?
height?
modal
Id?
open?
width?
Properties
Optional
active
active
?:
boolean
Optional
close
close
?:
()
=>
void
content
content
:
ReactNode
|
string
Optional
footer
footer
?:
ModalFooter
Optional
header
header
?:
ModalHeader
Optional
height
height
?:
string
|
number
Optional
modal
Id
modalId
?:
string
Optional
open
open
?:
()
=>
void
Optional
width
width
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
close
content
footer
header
height
modal
Id
open
width
geoview-core
Loading...
Properties definition of the modal