pheasant library

The library used in all main entrypoints of a pheasant application.

The only function exposed by this library is the createApp function, used to "create" the application.

NOTE: In further versions, there will be more libraries to expose other APIs such as plugin support, custom component supports and custom library support.

Classes

PheasantApp
The Standard Pheasant Application used in creating and rendering applications in a Pheasant Web App.

Functions

createApp(PheasantTemplate pheasantTemplate, {AppState? appState, String? selector}) → void
Function used to create a Pheasant Application