MCPcopy Create free account
hub / github.com/fontsource/fontsource / AnalyticsEngineDataPoint

Interface AnalyticsEngineDataPoint

website/worker-configuration.d.ts:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 writeDataPoint(event?: AnalyticsEngineDataPoint): void;
516}
517interface AnalyticsEngineDataPoint {
518 indexes?: ((ArrayBuffer | string) | null)[];
519 doubles?: number[];
520 blobs?: ((ArrayBuffer | string) | null)[];
521}
522/**
523 * An event which takes place in the DOM.
524 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected