GetLonghandPropertiesResponse

@Serializable
data class GetLonghandPropertiesResponse(val longhandProperties: List<CSSProperty>)

Response type for the CSSDomain.getLonghandProperties command.

Constructors

Link copied to clipboard
constructor(longhandProperties: List<CSSProperty>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)