pub unsafe extern "C" fn ulViewCreateLocalInspectorView(view: ULView)
Expand description

Create an Inspector View to inspect / debug this View locally.

This will only succeed if you have the inspector assets in your filesystem– the inspector will look for file:///inspector/Main.html when it first loads.

You must handle ULCreateChildViewCallback so that the library has a View to display the inspector in. This function will call the callback only if an inspector view is not currently active.