Type alias LGraphNodeConstructorFactory<T>

LGraphNodeConstructorFactory<T>: (new (title?, ...restArgs) => T)

Type Parameters

  • T

Type declaration

    • new (title?, ...restArgs): T
    • Parameters

      • Optional title: string
      • Rest ...restArgs: any[]

      Returns T