toggle menu
plugin
2023.10.320
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.ui.model
/
PackageSearchPackageListItem
/
Package
Package
@
Stable
data
class
Package
(
val
icon
:
IconProvider.Icon
,
val
title
:
String
,
val
id
:
String
,
val
groupId
:
String
,
val
subtitle
:
String
?
=
null
,
val
editPackageContent
:
Content
=
EmptyContent
,
val
mainActionContent
:
Content
=
EmptyContent
,
val
popupContent
:
Content
?
=
null
,
val
infoBoxDetail
:
InfoBoxDetail.Package
)
:
PackageSearchPackageListItem
Members
Constructors
Package
Link copied to clipboard
constructor
(
icon
:
IconProvider.Icon
,
title
:
String
,
id
:
String
,
groupId
:
String
,
subtitle
:
String
?
=
null
,
editPackageContent
:
Content
=
EmptyContent
,
mainActionContent
:
Content
=
EmptyContent
,
popupContent
:
Content
?
=
null
,
infoBoxDetail
:
InfoBoxDetail.Package
)
Properties
edit
Package
Content
Link copied to clipboard
val
editPackageContent
:
Content
group
Id
Link copied to clipboard
val
groupId
:
String
icon
Link copied to clipboard
val
icon
:
IconProvider.Icon
id
Link copied to clipboard
val
id
:
String
info
Box
Detail
Link copied to clipboard
val
infoBoxDetail
:
InfoBoxDetail.Package
main
Action
Content
Link copied to clipboard
val
mainActionContent
:
Content
popup
Content
Link copied to clipboard
val
popupContent
:
Content
?
=
null
subtitle
Link copied to clipboard
val
subtitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
unique
Id
Link copied to clipboard
open
override
fun
uniqueId
(
)
:
String