How to use parent this context in HTML only child view?

Curious, why do we need to call $this .$parent rather than just $parent? DynamicElement seems to be the implicit viewmodel of the view, so since $parent is a property, should this not always be available? When do and when dont we need to explicitly use $this? Thanks!

2 Likes