Class IlcAppSdk

Name

IlcAppSdk

Hierarchy

  • IlcAppSdk

Implements

Constructors

Properties

Methods

Constructors

Properties

appId: string

Unique application ID, if same app will be rendered twice on a page - it will get different IDs

cssBundle?: string
intl: IlcIntl
render404: Render404 = ...

Isomorphic method to render 404 page. GLOBAL 404: At SSR in processResponse it sets 404 status code to response. At CSR it triggers global event which ILC listens and renders 404 page.

CUSTOM 404: At SSR in processResponse it sets 404 status code and "X-ILC-Override" header to response. At CSR it renders own not found route.

Methods

Generated using TypeDoc