You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > Constructor
Constructor type
Signature:
export type Constructor<T> = new (...args: any[]) => T;
You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > Constructor
Signature:
export type Constructor<T> = new (...args: any[]) => T;