WebLayoutComponent: Omit<OpenFin.LayoutComponent, "componentState"> & {
    componentState?: OpenFin.LayoutComponent["componentState"] & {
        web?: WebState;
    };
}

Web-only component supplied to IframeViewComponent as it's config