ILC exposes some utility APIs globally at window.ILC
.
Full documentation available here.
A typed version of the API (preferred way of usage) is available in the following way:
import { GlobalBrowserApi } from 'ilc-sdk/app';
GlobalBrowserApi.navigate('/mypath');
Generated using TypeDoc