mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* chore: remove unused undocumented API `menu.worksWhenHiddenAt()`. Not used, documented, or typed. Added by544d8a423c. * chore: remove unused undocumented API `menu.getCommandIdAt() Not used, documented, or typed. Added bydae98fa43f. * chore: do not expose `menu.getIndexOfCommandId()` to JS Added bydae98fa43fbut not documented, typed, or used by JS code. The C++ method is used by other shell code, but not in JS. * chore: remove unused undocumented API `menu.getLabelAt()` Not used, documented, or typed. Added bydae98fa43f. * chore: remove unused undocumented API `menu.getToolTipAt()` Not used, documented, or typed. Added by06d48514c6. * chore: remove unused undocumented API `menu.getSubLabelAt()` Not used, documented, or typed. Added bydae98fa43f.