Get Background Colors Response
data class GetBackgroundColorsResponse(backgroundColors: List<String>?, computedFontSize: String?, computedFontWeight: String?)
Content copied to clipboard
Represents response frame that is returned from CSS#getBackgroundColors operation call.
See also
Constructors
GetBackgroundColorsResponse
Link copied to clipboard
fun GetBackgroundColorsResponse(backgroundColors: List<String>? = null, computedFontSize: String? = null, computedFontWeight: String? = null)
Content copied to clipboard
Properties
backgroundColors
Link copied to clipboard
computedFontSize
Link copied to clipboard
computedFontWeight
Link copied to clipboard
Sources
jvm source
Link copied to clipboard