Type alias SubAppInlineOptions

SubAppInlineOptions: {
    ssr?: boolean;
}

Options to inline a subapp as a component nesting within another subapp

Type declaration

  • Optional ssr?: boolean

    Run SSR on the inlined subapp