kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.remotetabs
/
LocalTabsInfo
Local
Tabs
Info
data
class
LocalTabsInfo
(
var
tabs
:
List
<
RemoteTabRecord
>
,
var
tabGroups
:
Map
<
String
,
TabGroup
>
,
var
windows
:
Map
<
String
,
Window
>
)
Members
Constructors
Local
Tabs
Info
Link copied to clipboard
constructor
(
tabs
:
List
<
RemoteTabRecord
>
,
tabGroups
:
Map
<
String
,
TabGroup
>
,
windows
:
Map
<
String
,
Window
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
tab
Groups
Link copied to clipboard
var
tabGroups
:
Map
<
String
,
TabGroup
>
tabs
Link copied to clipboard
var
tabs
:
List
<
RemoteTabRecord
>
windows
Link copied to clipboard
var
windows
:
Map
<
String
,
Window
>