search
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
chevron_right
Concepts
chevron_right
Types
chevron_right
Advanced
chevron_right
chevron_right
chevron_right
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;
};

Created with by Ujjwal Gupta
Help fortjs Grow
fortjs is an open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
Need Help
Dont worry, if something is not working for you. The whole community is here for you.
Community
Be a part of fortjs community and help other people in learning fortjs, using it in a best way and making fortjs better.