new View () Base View object. Source: modules/mvc/View.jsxinc - line 11 Methods render () → {string} Subclass must override this method. Parameters: Name Type Attributes Description arg1, arg2, ... * <optional> <repeatable> Arguments passed from controller. (optional) Returns: string : Name of the controller handler. Source: modules/mvc/View.jsxinc - line 26 toString () → {string} Returns a string representation of the object. Returns: string Source: modules/mvc/View.jsxinc - line 19