sourceFrameId property

int get sourceFrameId

The ID of the frame with sourceTabId in which the navigation is triggered. 0 indicates the main frame.

Implementation

int get sourceFrameId => _wrapped.sourceFrameId;
set sourceFrameId (int v)

Implementation

set sourceFrameId(int v) {
  _wrapped.sourceFrameId = v;
}