Search
Preparing search index...
The search index is not available
Mappedin Web SDK - v4.0.14
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Mappedin Web SDK - v4.0.14
MappedinEvent
Class MappedinEvent
An event.
Hierarchy
MappedinEvent
Index
Constructors
constructor
Properties
description
end
Date
id
image
name
show
Date
start
Date
type
Methods
location
toJSON
fetch
hydrate
Constructors
constructor
new
Mappedin
Event
(
mappedin
:
Mappedin
, data
:
any
)
:
MappedinEvent
Parameters
mappedin:
Mappedin
data:
any
Returns
MappedinEvent
Properties
Optional
description
description
?:
string
Optional
end
Date
end
Date
?:
number
id
id
:
string
Optional
image
image
?:
TImage
name
name
:
string
Optional
show
Date
show
Date
?:
number
Optional
start
Date
start
Date
?:
number
type
type
:
string
Methods
location
location
(
)
:
undefined
|
MappedinLocation
Location this Event is occuring at.
property
location {MappedinLocation}
Returns
undefined
|
MappedinLocation
toJSON
toJSON
(
)
:
any
Returns
any
Static
fetch
fetch
(
mappedin
:
Mappedin
)
:
Promise
<
MappedinEvent
[]
>
Parameters
mappedin:
Mappedin
Returns
Promise
<
MappedinEvent
[]
>
Static
hydrate
hydrate
(
events
:
any
, mappedin
:
Mappedin
)
:
MappedinEvent
[]
Parameters
events:
any
mappedin:
Mappedin
Returns
MappedinEvent
[]
Exports
Analytics
Mappedin
Event
constructor
description
end
Date
id
image
name
show
Date
start
Date
type
location
toJSON
fetch
hydrate
An event.