jamespot-user-api
    Preparing search index...

    Type Alias WidgetWrapperGeneric<T>

    type WidgetWrapperGeneric<T = CombinedWidgetType> = {
        level?: WidgetWrapperLevel;
        title: string;
        widget: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    title: string
    widget: T