API Reference / @gtkx/runtime / ApplicationClass
Type Alias: ApplicationClass<T, P>
ApplicationClass<
T,P> =AnyClass<T> & (props) =>T
Defined in: packages/runtime/dist/application-class.d.ts:18
An application class together with the construct properties it accepts.
Type Parameters
T
T extends CommandLineApplication
P
P