Options for creating a new IFrame widget.

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

Properties

loading?: IFrame.Loading

The loading attribute for the iframe.

referrerPolicy?: IFrame.ReferrerPolicy

Referrer policy for the iframe.

Exceptions for the iframe sandbox.