9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function getParentWithViewController(view: View): View;

Defined in: ui/core/view/view-helper/index.d.ts:64

Returns a view with viewController or undefined if no such found along the view's parent chain.

Parameters

ParameterTypeDescription
viewViewThe view form which to start the search.

Returns

View