Application
This package provides the main entry point for the Telestion frontend application.
You can initialize the application by calling the initTelestion function.
Example¶
import { initTelestion } from '@wuespace/telestion/application';
// or, for convenience:
// import { initTelestion } from '@wuespace/telestion';
initTelestion({ ... });
Functions¶
initTelestion()¶
Initialize the Telestion application.
Parameters¶
options¶
The options for initializing the application.
Returns¶
Promise
<void
>
A Promise that resolves once the initialization is completed.
References¶
TelestionOptions¶
Re-exports TelestionOptions
useWidgetConfig¶
Re-exports useWidgetConfig