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