$w('SelectorTags') doesn't exist?

What am I missing? I’m trying to select all of the selector tag fields in my form and clear them at once. Why am I not finding ‘SelectorTags’ as a type?

It’s just an IDE bug. The editor shows you a false error.
But the code will work as expected.

$w('SelectionTags').value = [];

Thank you!