hashbrown

MagicTextLinkClickEvent

API

type MagicTextLinkClickEvent = {
  mouseEvent:  MouseEvent ;
  url: string;
  node:  MagicTextLinkNode ;
};