Types

Link copied to clipboard
data class FromPackage(val attributes: List<PackageSearchModuleVariant.Attribute>, val tabTitleData: InfoPanelContent.TabTitleData) : InfoPanelContent.Attributes
Link copied to clipboard
data class FromSearchHeader(val tabTitleData: InfoPanelContent.TabTitleData, val attributes: List<PackageSearchModuleVariant.Attribute>, val defaultSourceSet: String, val additionalSourceSets: List<String>) : InfoPanelContent.Attributes
Link copied to clipboard
data class FromVariantHeader(val tabTitleData: InfoPanelContent.TabTitleData, val variantName: String, val attributes: List<PackageSearchModuleVariant.Attribute>) : InfoPanelContent.Attributes

Properties

Link copied to clipboard
abstract val attributes: List<PackageSearchModuleVariant.Attribute>
Link copied to clipboard