Obsolete Members for WebView

The following members of QML type WebView are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

contextualData : QtObject

This property is deprecated, use the contextModel property instead.

An object that holds the contextual data associated with the current context menu. User-defined contextual actions can use this data to process it when triggered.

It has the following properties:

Note that in the case of an image enclosed inside a hyperlink, both href and img will be available, allowing a user-defined contextual action to operate on both elements.

See also contextualActions and contextModel.