JsStore FortJs
Star
|
Fork
Get Started
Controller
Worker
Route
Bootstrap
View
Validation
Authentication
Logger
Middleware
Components
Decorators
Concepts
Type HttpResult AppOption HttpRequest HttpResponse ViewEngineData HttpFormatResult
Advanced
Swagger
Deployment
Test

The type ViewEngineData is used by ViewEngine to get view related data from workers.

type ViewEngineData = {

    /**
     * name of the view or path of view
     *
     * @type {string}
     */
    view: string;

    /**
     * view model
     *
     * @type {*}
     */
    model: any;
};
JsStore
Complete IndexeDB wrapper with SQL like api.

Help Us Grow

Sponsor Us Be a backer
Links
Example
Twitter
Medium
Created with by Ujjwal Gupta & awesome contributers.