getButtonsPanelDomNode ()
The getButtonsPanelDomNode method returns the DOM node that contains buttons used to close, collapse and expand the console.
To execute the example, create the SlidePanel component named slidePanel (see Example of Creating the SlidePanel Component). Change background color for the DOM node that contains the buttons:
var buttons = slidePanel.getButtonsPanelDomNode()
buttons.style.backgroundColor = "Blue"
After executing the example, buttons of the SlidePanel component have blue background:
See also: