Skip to main content

getIsLastNewMessageVisibleFn

function getIsLastNewMessageVisibleFn(bottomOffset): (scrollbars?) => boolean;

Return function to detect wether the last chat message is visible to the user.

Parameters

ParameterTypeDefault value
bottomOffsetnumber0

Returns

(scrollbars?): boolean;

Parameters

ParameterType
scrollbars?IScrollbars

Returns

boolean