How do you include a dot in names/events/callbacks with jsDoc?
问题 The documentation for namepaths says you should escape special characters: Above is an example of a namespace with "unusual" characters in its member names (the hash character, dashes, even quotes). To refer to these you just need quote the names: chat."#channel", chat."#channel"."op:announce-motd", and so on. Internal quotes in names should be escaped with backslashes: chat."#channel"."say-\"hello\"" However, this doesn't work on dots. If I have an event called "cellClick.dt" that I want to