ComputedStyleExtraFields

@Serializable
data class ComputedStyleExtraFields(val isAppearanceBase: Boolean)

Constructors

Link copied to clipboard
constructor(isAppearanceBase: Boolean)

Properties

Link copied to clipboard

Returns whether or not this node is being rendered with base appearance, which happens when it has its appearance property set to base/base-select or it is in the subtree of an element being rendered with base appearance.