MCPcopy Create free account
hub / github.com/chunshand/qdev / off

Function off

admin/src/components/Qdev/Modal/help.ts:26–29  ·  view source on GitHub ↗
(ModalName: string)

Source from the content-addressed store, hash-verified

24 * @param ModalName
25 */
26export const off = (ModalName: string) => {
27 mitter.off(`${MODELKEY}${ModalName}:open`)
28 mitter.off(`${MODELKEY}${ModalName}:close`)
29}
30
31/**
32 * 打开弹窗

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected