@sheerid/jslib
    Preparing search index...

    Type Alias IframeUserConfiguration

    Configuration for a verification being displayed on an iframe.

    type IframeUserConfiguration = {
        closeButtonText?: string;
        mobileRedirect?: boolean;
        mobileThreshold?: string | number;
        stopPropagation?: boolean;
    }
    Index

    Properties

    closeButtonText?: string
    mobileRedirect?: boolean
    mobileThreshold?: string | number
    stopPropagation?: boolean