frameUrl property

String? get frameUrl

The URL of the frame of the element where the context menu was clicked, if it was in a frame.

Implementation

String? get frameUrl => _wrapped.frameUrl;
set frameUrl (String? v)

Implementation

set frameUrl(String? v) {
  _wrapped.frameUrl = v;
}