frameId property

int? get frameId

The ID of the frame in the given tab.

Implementation

int? get frameId => _wrapped.frameId;
set frameId (int? v)

Implementation

set frameId(int? v) {
  _wrapped.frameId = v;
}