Skip to content

Handling an event on plugin visibility change #3432

Closed Answered by aleybovich
aleybovich asked this question in Q&A / Support
Discussion options

You must be logged in to vote

Turns out there is an event:

    function onTogglePluginVisibility(plugin) {
      if (plugin == null) {
        parameters.de = ""
      } else if (plugin.title == 'Documentation Explorer') {
        parameters.de = "visible"
      }
      updateURL();
    }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aleybovich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant