Options for creating a new IFrame widget.

interface IOptions {
    referrerPolicy?: IFrame.ReferrerPolicy;
    sandbox?: IFrame.SandboxExceptions[];
}

Properties

referrerPolicy?: IFrame.ReferrerPolicy

Referrer policy for the iframe.

Exceptions for the iframe sandbox.