DProperty
data class DProperty( val dri: DRI, val name: String, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val sources: SourceSetDependent<DocumentableSource>, val visibility: SourceSetDependent<Visibility>, val type: Bound, val receiver: DParameter?, val setter: DFunction?, val getter: DFunction?, val modifier: SourceSetDependent<Modifier>, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val generics: List<DTypeParameter>, val isExpectActual: Boolean, val extra: PropertyContainer<DProperty> = PropertyContainer.empty()) : Documentable, Callable, WithExtraProperties<DProperty> , WithGenerics
Content copied to clipboard
Constructors
Link copied to clipboard
fun DProperty( dri: DRI, name: String, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sources: SourceSetDependent<DocumentableSource>, visibility: SourceSetDependent<Visibility>, type: Bound, receiver: DParameter?, setter: DFunction?, getter: DFunction?, modifier: SourceSetDependent<Modifier>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, generics: List<DTypeParameter>, isExpectActual: Boolean, extra: PropertyContainer<DProperty> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DProperty>): DProperty
Content copied to clipboard