You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm not sure if I have the best understanding of the underlying architecture but I'm trying to create a custom components such as dialog which has a title (BindableLabel) and a close button (BindableButton). I would like to expose them from the dialog under bindable-title-path and bindable-close-action but I'm not sure how to proxy the properties from the dialog into the label/button components.
I can subscribe to the properties in the similar way as BindableLabel is implemented but that seems like not the best way to do.
Would you be able to provide an example how this should be impelmented?
Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I'm not sure if I have the best understanding of the underlying architecture but I'm trying to create a custom components such as dialog which has a title (BindableLabel) and a close button (BindableButton). I would like to expose them from the dialog under bindable-title-path and bindable-close-action but I'm not sure how to proxy the properties from the dialog into the label/button components.
I can subscribe to the properties in the similar way as BindableLabel is implemented but that seems like not the best way to do.
Would you be able to provide an example how this should be impelmented?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions