menu

SiteGenesis / Server-side JS / Class: CustomerServiceView

CustomerServiceView

new CustomerServiceView(params) → {module:views/CartView~CartView}

Adds customer, session, request, and customer service link information to the view.

Parameters:
Name Type Description
params Object

The parameters to pass to the template for rendering.

Source:
Returns:

A CustomerService view.

Type
module:views/CartView~CartView

Extends

Methods

extend(prop) → {Object}

Create a new sub class

Parameters:
Name Type Description
prop Object

An object defining the members of the sub class

Inherited From:
Source:
Returns:

The sub class

Type
Object