CustomAttribute

data class CustomAttribute(val key: String, val value: Any) : Attribute(source)

A custom attribute with a key-value pair.

Parameters

key

the attribute key

value

the attribute value

Constructors

Link copied to clipboard
constructor(key: String, value: Any)

Properties

Link copied to clipboard
open override val key: String
Link copied to clipboard
open override val value: Any

Functions

Link copied to clipboard
open fun String.concatKey(other: String): String