parentFrameUrl property
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;
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.
core.String? parentFrameUrl;