Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
$scope
TogglePanesService.onTogglePane('MyPaneId', function (paneNumber) { console.log('Pane has been toggled to ' + paneNumber); }, $scope); TogglePanesService.togglePane('MyPaneId', 1);
TogglePanesService.togglePane('MyPaneId', 1);
Was this page helpful?