parentDocumentId property

String? get parentDocumentId

The unique identifier for the frame's parent document, if this request is for a frame and has a parent.

Implementation

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

Implementation

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