Accessing data passed via PopoverController.create

The PopoverController docs give the signature of create as create(component, data, opts), and say that data is Any data to pass to the Popover view – but do not say how that data can be accessed?

Use navParams. It’s like pushing a page into a small window.

1 Like

Thank you very much.