metismenujs icon indicating copy to clipboard operation
metismenujs copied to clipboard

API to collapse all active ULs

Open ciar4n opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Simply put, I am trying to create a button that will close all active ULs

Describe the solution you'd like

const mm = new MetisMenu("#menu");
mm.closeall();

Additional context Forgive me if this is already possible and the issue is really my lack of JS knowledge 😄

ciar4n avatar Oct 11 '18 14:10 ciar4n