ValueArgument

@Immutable
data class ValueArgument(val name: String, val type: String, val valueString: String, val valueHashCode: Int, val stability: Stability)

Represents information about the Composable function's value argument.

Parameters

name

Argument name

type

Fully-qualified name of the argument type

valueString

String representation of the argument value

valueHashCode

Hash code of the argument value

stability

Stability information for the argument type

Constructors

Link copied to clipboard
constructor(name: String, type: String, valueString: String, valueHashCode: Int, stability: Stability)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard