@bootdesk/js-web-adapter-react
Preparing search index...
LocationCard
Interface LocationCard
interface
LocationCard
{
address
?:
string
;
lat
:
number
;
lng
:
number
;
title
?:
string
;
type
:
"location"
;
zoom
?:
number
;
}
Hierarchy
BaseCard
LocationCard
Index
Properties
address?
lat
lng
title?
type
zoom?
Properties
Optional
address
address
?:
string
lat
lat
:
number
lng
lng
:
number
Optional
title
title
?:
string
type
type
:
"location"
Optional
zoom
zoom
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
lat
lng
title
type
zoom
@bootdesk/js-web-adapter-react
Loading...