Skip to main content
Version: Next

PostHogPlugin

PostHogPlugin

Signature
class PostHogPlugin extends RuntimePlugin<PostHogPluginOptions> {
public readonly name = 'PostHog';
activate(ctx: CommandKitPluginRuntime) => Promise<void>;
deactivate(ctx: CommandKitPluginRuntime) => Promise<void>;
}

name

property

activate

method
(ctx: CommandKitPluginRuntime) => Promise<void>

deactivate

method
(ctx: CommandKitPluginRuntime) => Promise<void>