SimpleAttr

class SimpleAttr(extraKey: String, extraValue: String) : ExtraProperty<ContentNode>

Types

Companion
Link copied to clipboard
object Companion
SimpleAttrKey
Link copied to clipboard
data class SimpleAttrKey(key: String) : ExtraProperty.Key<ContentNode, SimpleAttr>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

extraKey
Link copied to clipboard
val extraKey: String
extraValue
Link copied to clipboard
val extraValue: String
key
Link copied to clipboard
open override val key: ExtraProperty.Key<ContentNode, SimpleAttr>