TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ShownFeaturesType<TShownFeatures>

    ShownFeaturesType: [TShownFeatures] extends [never] ? never : "shown-features"

    'shown-features', except on a module with no show — where TShownFeatures is never and this collapses to never, making the overload uncallable. Without it a handler could be registered for an event the module can never emit.

    Type Parameters

    • TShownFeatures