GetPanelOptions constructor
GetPanelOptions({
- int? tabId,
Implementation
GetPanelOptions(
{
/// If specified, the side panel options for the given tab will be returned.
/// Otherwise, returns the default side panel options (used for any tab that
/// doesn't have specific settings).
int? tabId})
: _wrapped = $js.GetPanelOptions(tabId: tabId);