Attributes

Types

Link copied to clipboard
data class FromSearch(val tabTitle: String, val attributes: List<PackageSearchModuleVariant.Attribute>, val defaultSourceSet: String, val additionalSourceSets: List<String>) : InfoPanelContent.Attributes
Link copied to clipboard
data class FromVariant(val tabTitle: String, 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
abstract val tabTitle: String