SideEffectIconKey

data class SideEffectIconKey(    val sideEffectKind: SideEffectKind,     val resourceName: String,     val scaledHeight: Int) : IconKey

The Pair of String used to retrieve a side effect icon in the structure view.

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun SideEffectIconKey(    sideEffectKind: SideEffectKind,     resourceName: String,     scaledHeight: Int)

Properties

Link copied to clipboard
open override val resourceName: String

The associated file name of the resource.

Link copied to clipboard
open override val scaledHeight: Int

The height to which to scale the image.

Link copied to clipboard
val sideEffectKind: SideEffectKind

The associated SideEffectKind.