OnSelectionChangedSelectInfo constructor

OnSelectionChangedSelectInfo({
  1. required int windowId,
})

Implementation

OnSelectionChangedSelectInfo(
    {
    /// The ID of the window the selected tab changed inside of.
    required int windowId})
    : _wrapped = $js.OnSelectionChangedSelectInfo(windowId: windowId);