onRequestOpenMenuAtom
const onRequestOpenMenuAtom: PrimitiveAtom<Callback<[], void>> & WithInitialValue<Callback<[], void>>;
Defined in: react-full/src/states/callback.ts:29
当任意企图打开菜单或点击菜单按钮时触发的回调函数
const onRequestOpenMenuAtom: PrimitiveAtom<Callback<[], void>> & WithInitialValue<Callback<[], void>>;
Defined in: react-full/src/states/callback.ts:29
当任意企图打开菜单或点击菜单按钮时触发的回调函数