Package-level declarations

Types

Link copied to clipboard
interface ListValue<out T> : Value

Value contract for a mutable list of items of type T.

Link copied to clipboard
interface SingleValue<T> : Value

Value contract for a single nullable item of type T.

Link copied to clipboard
interface Value

Marker for components that expose a runtime value payload.