lib/webVitals/consts
Esta página aún no está disponible en tu idioma.
Variables
Section titled “Variables”CoreWebVitals
Section titled “CoreWebVitals”const CoreWebVitals: WebVitalsMetricType[];
Defined in: studiocms/packages/studiocms/src/lib/webVitals/consts.ts:8
EmptyReturn
Section titled “EmptyReturn”const EmptyReturn: GetWebVitalsData;
Defined in: studiocms/packages/studiocms/src/lib/webVitals/consts.ts:53
An object representing the default empty return value for web vitals data.
Constant
Section titled “Constant”tsMetric
Section titled “tsMetric”const tsMetric: Table<"AstrojsWebVitals_Metric", { id: { type: "text"; }; name: { type: "text"; }; pathname: { type: "text"; }; rating: { type: "text"; }; route: { type: "text"; }; timestamp: { type: "date"; }; value: { type: "number"; };}>;
Defined in: studiocms/packages/studiocms/src/lib/webVitals/consts.ts:32
WEB_VITALS_METRIC_LABELS
Section titled “WEB_VITALS_METRIC_LABELS”const WEB_VITALS_METRIC_LABELS: Record<WebVitalsMetricType, string>;
Defined in: studiocms/packages/studiocms/src/lib/webVitals/consts.ts:10
WEB_VITALS_METRIC_TABLE
Section titled “WEB_VITALS_METRIC_TABLE”const WEB_VITALS_METRIC_TABLE: "AstrojsWebVitals_Metric" = 'AstrojsWebVitals_Metric';
Defined in: studiocms/packages/studiocms/src/lib/webVitals/consts.ts:6