SimpleAttrKey

data class SimpleAttrKey(key: String) : ExtraProperty.Key<ContentNode, SimpleAttr>

Functions

component1
Link copied to clipboard
operator fun component1(): String
copy
Link copied to clipboard
fun copy(key: String): SimpleAttr.SimpleAttrKey
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
mergeStrategyFor
Link copied to clipboard
open fun mergeStrategyFor(left: SimpleAttr, right: SimpleAttr): MergeStrategy<ContentNode>
toString
Link copied to clipboard
open override fun toString(): String

Properties

key
Link copied to clipboard
val key: String