Wallop
Wallop copied to clipboard
Automatic binding of Components
Introduce a way for component bindings to be automatically resolved, even if they're not specified by the modules themselves or the user.
Maybe so this on the user-facing side to avoid accidental binding of bad data. This way, we can present the user with suggested binding, and they could select which bindings seem applicable. (maybe default to all selected).
Note Currently, components must inherit BindableType to support binding to settings. Should we be forcing that explicitly? This may be able to make use of #63.