apex-enterprise-patterns / force-di

Generic DI library with support for Apex, Triggers, Visualforce and Lightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the c:injector Lightning Component read direct to native

afawcett opened this issue · comments

In cases where no binding is found it might be preferable to have the injector redirect to the native UI for the given action... ?

@afawcett I'm not sure what you mean by "redirect to the native UI for the given action"?

I am thinking of the use case where the lightning injector is used to binding to an action override. We could enhance it to say if no binding found redirect to this native action page?