parentFrameUrl property

String? parentFrameUrl
getter/setter pair

The URL of the parent frame hosting the iframe with the embedded UI.

To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme.

Implementation

core.String? parentFrameUrl;