Skip to content

Index

@wuespace/telestion / 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

References

TelestionOptions

Re-exports TelestionOptions


useWidgetConfig

Re-exports useWidgetConfig