ResolveValuesResponse

@Serializable
data class ResolveValuesResponse(val results: List<String>)

Response type for the CSSDomain.resolveValues command.

Constructors

Link copied to clipboard
constructor(results: List<String>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)