Wallop icon indicating copy to clipboard operation
Wallop copied to clipboard

Automatic binding of Components

Open moolicc opened this issue 3 years ago • 0 comments

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.

moolicc avatar Feb 18 '22 01:02 moolicc