AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface StructuredContentPermissions

    Behavior when displaying content from matched URLs. Varies depending on type of navigation.

    interface StructuredContentPermissions {
        iframe?: BaseContentBehavior;
        navigate?: ContentBehavior | StructuredContentBehavior;
        redirect?: ContentBehavior | StructuredContentBehavior;
    }
    Index

    Controls the behavior for when iframes try to redirect

    Controls the behavior for navigations

    Controls the behavior for redirects