Prado\Web\UI\WebControls\TJavascriptLogger::getToggleKey PHP Method

getToggleKey() public method

public getToggleKey ( ) : string
return string keyboard key for toggling the console.
    public function getToggleKey()
    {
        return $this->getViewState('ToggleKey', 'j');
    }