handleIntercept method

Cmd? handleIntercept(
  1. Msg msg
)

Called before children during message dispatch.

Return a Cmd to intercept the message and prevent it from reaching children.

Implementation

Cmd? handleIntercept(Msg msg) => null;