Skip to main content

hideLoadMask

@combeenation/custom-code-utils


Variable: hideLoadMask()

const hideLoadMask: (msdId) => void = CtrlLoadMask.hideLoadMask

Removes the message from the load mask queue of the specific control and hides the message if it is currently visible.
Automatically shows load mask with the next message in the queue again if available.

Parameters

msdId

number

The Id of the message that should be hidden, which was returned by the associated showLoadMask call

Returns

void