• Initializes the static squatch global. This sets up:

    • squatch.api() a static instance of the WidgetApi
    • squatch.widgets() a static instance of Widgets
    • squatch.events() a static instance of EventsApi

    Parameters

    Returns void

    Example

    squatch.init({
    tenantAlias:'test_basbtabstq51v',
    });

Generated using TypeDoc