SelectorPrecedence

data class SelectorPrecedence(var inlineStyle: Int = 0, var id: Int = 0, var classOrAttribute: Int = 0, var type: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(inlineStyle: Int = 0, id: Int = 0, classOrAttribute: Int = 0, type: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard
var type: Int