Skip to main content
Version: 2.x

API Reference > @next-core/brick-types > BaseRouteConf > hybrid

BaseRouteConf.hybrid property

标记为混合的路由,将转换 legacy: iframe 模式。例如对于标记了 legacy: iframe 的应用, 其中 hybrid: true 的路由将使用普通模式渲染页面;而对于其它应用,其中 hybrid: true 的路由将使用 iframe 模式渲染页面。

Signature:

hybrid?: boolean;