Skip to content

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()

function initTelestion(options): Promise<void>

Initialize the Telestion application.

Parameters

options

TelestionOptions

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