Not able to extend wp.media.view.AttachmentsBrowser

New to WP development here so please bear with me if I’m missing something simple…
I am writing a plugin for the Media upload library which needs to get the selected media items in Grid View (for drag & drop). I know that the items in the media grid are dynamically generated, so I’m trying to extend the AttachmentsBrowser, and get those elements there during initialize(). However, initialize() is never called.