SideEffectIconKey

data class SideEffectIconKey(val sideEffectKind: SideEffectKind, 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
constructor(sideEffectKind: SideEffectKind, 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