SiteAppLoader

Example values

TypeScript
{
id: string;
init: (config: {
posthog: PostHog;
callback: (success: boolean) => void;
}) => {
processEvent?: (globals: SiteAppGlobals) => void;
};
}

Community questions

Questions about this page? or post a community question.