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

Web-only component supplied to IframeViewComponent as its config. Extends OpenFin.LayoutComponent with a web field carrying the iframe frame name and a per-view icon for tab hat favicon overrides.