parent property

String? parent
getter/setter pair

The URI of the parent frame hosting the iframe.

To prevent XSS, the iframe may not be hosted at other URIs. This URI must be https. Use whitespaces to separate multiple parent URIs.

Implementation

core.String? parent;