bindData

fun bindData(    lifecycleOwner: LifecycleOwner,     viewModel: FrontendViewModel<*>,     panel: AnyPanel)

Binds a view that was previously inflated with inflate to its data, observed by the given LifecycleOwner.

Intended to be called from Fragment.onViewCreated. This must be called exactly once after inflate is called.