UNPKG
@easyflow/pixel
Version:
latest (1.9.2)
1.9.2
1.9.0
1.8.21
1.8.20
1.8.19
1.8.18
1.8.17
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.5.0
1.4.1
1.4.0
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.4
1.3.3
1.3.1
1.3.0
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.1.0
1.0.4
1.0.1
1.0.0
Easyflow client-side pixel SDK
@easyflow/pixel
/
dist
/
adapters
/
meta.d.ts
4 lines
(3 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
import
{
PixelDto
,
PlatformEvent
}
from
'../@types/types'
;
export
declare
function
loadMetaPixel
(
pixels
:
PixelDto
[]
):
void
;
export
declare
function
sendToMeta
(
event
:
PlatformEvent
|
null
,
payload
:
any
):
Promise
<
void
>;