Home »
MCQs »
KnockoutJS MCQs
Which of the following binding context type, is always the top-level ViewModel?
41. Which of the following binding context type, is always the top-level ViewModel?
- $root
- $data
- $index
- $parent
Answer: A) $root
Explanation:
$root binding context type, is always the top-level ViewModel.