Skip to content

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

Released under the MPL-2.0 License.