isClientRendering
Returns true if the current rendering is client-side. The function check if the window object is defined.
Presentation
function isClientRendering (): boolean;
Returns
boolean
Returns true if the current rendering is client-side. The function check if the window object is defined.
function isClientRendering (): boolean;
boolean