@arcmantle/lit-jsx
    Preparing search index...

    Type Alias OnAttributes<T>

    OnAttributes: {
        [Key in keyof CustomEvents as `on-${Key}`]?: EventHandlerWithOptionsUnion<
            T,
            CustomEvents[Key],
        >
    }

    Type Parameters

    • T