Function uiContainer

  • Type Parameters

    • TP = any

    Parameters

    • label: ValOrFunc<string, [TP]>
    • Optional params: any
    • type: string = 'panel'

    Returns (<T>(constructor: T) => {
        prototype: __type<any, any>;
        new (...args: any[]): __type<TP, T>;
    } & T)

      • <T>(constructor: T): {
            prototype: __type<any, any>;
            new (...args: any[]): __type<TP, T>;
        } & T
      • Type Parameters

        • T extends (new (...args: any[]) => any)

        Parameters

        • constructor: T

        Returns {
            prototype: __type<any, any>;
            new (...args: any[]): __type<TP, T>;
        } & T

Generated using TypeDoc