parentDocumentId property

String? 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;
void parentDocumentId=(String? v)

Implementation

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