SortIconKey

data class SortIconKey(val resourceName: String, val scaledHeight: Int) : IconKey

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

Author

Leslie Schultz

Constructors

Link copied to clipboard
constructor(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.