Skip to content
Scott Erickson edited this page Feb 25, 2016 · 1 revision

Problem

You want to dig into the data contained within a view in your development environment.

Solution

Open your browser's JS console and inspect through currentView. Or, if the view is a modal, use currentModal.

Clone this wiki locally