2021-01-04 04:06:21 +01:00
|
|
|
export default class ShowDataLayer {
|
|
|
|
|
2022-01-26 21:40:38 +01:00
|
|
|
|
2022-03-02 16:00:02 +01:00
|
|
|
/**
|
|
|
|
* Creates a datalayer.
|
|
|
|
*
|
|
|
|
* If 'createPopup' is set, this function is called every time that 'popupOpen' is called
|
|
|
|
* @param options
|
|
|
|
*/
|
2022-04-28 00:32:15 +02:00
|
|
|
constructor(options) {
|
|
|
|
|
2021-10-22 02:16:07 +02:00
|
|
|
|
2021-01-04 04:06:21 +01:00
|
|
|
}
|
|
|
|
|
2022-04-28 00:32:15 +02:00
|
|
|
|
2021-01-04 04:06:21 +01:00
|
|
|
}
|