Sporades SDK API
    Preparing search index...

    Type Alias LitReactiveController

    Lit host lifecycle callbacks owned by a Sporades reactive controller.

    type LitReactiveController = {
        hostConnected?(): void;
        hostDisconnected?(): void;
    }
    Index