toggle menu
plugin
241.0-SNAPSHOT
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.ui.model.infopanel
/
InfoPanelContent
/
Attributes
/
FromSearch
From
Search
data
class
FromSearch
(
val
tabTitle
:
String
,
val
attributes
:
List
<
PackageSearchModuleVariant.Attribute
>
,
val
defaultSourceSet
:
String
,
val
additionalSourceSets
:
List
<
String
>
)
:
InfoPanelContent.Attributes
Members
Constructors
From
Search
Link copied to clipboard
constructor
(
tabTitle
:
String
,
attributes
:
List
<
PackageSearchModuleVariant.Attribute
>
,
defaultSourceSet
:
String
,
additionalSourceSets
:
List
<
String
>
)
Properties
additional
Source
Sets
Link copied to clipboard
val
additionalSourceSets
:
List
<
String
>
attributes
Link copied to clipboard
open
override
val
attributes
:
List
<
PackageSearchModuleVariant.Attribute
>
default
Source
Set
Link copied to clipboard
val
defaultSourceSet
:
String
tab
Title
Link copied to clipboard
open
override
val
tabTitle
:
String