frameType property

String? frameType

Indicates the type of browsing context of the current client. This value can be one of auxiliary, top-level, nested, or none.

Implementation

String? get frameType => _getProperty(_delegate, 'frameType');