@raisenow/tamaro-core
    Preparing search index...

    Type Alias WidgetEvent<T>

    type WidgetEvent<T = any> = {
        data?: T;
        eventName: WidgetEventName;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    data?: T
    eventName: WidgetEventName