Type Alias FeaturesListedEvent

FeaturesListedEvent: CustomEvent<
    { external: boolean; features: Feature[]
    | undefined },
>

Was this helpful?

SDK JS
Modules
Reference
types
FeaturesListedEvent