Function: isCSR()
Function: isCSR()
function isCSR(blueprint, event): boolean;
Determines if the application is using client-side rendering.
Parameters
blueprint
IBlueprint
The blueprint object.
event
IncomingEvent
The incoming event.
Returns
boolean
True if the application is using client-side rendering.