CssNode

sealed interface CssNode : Element(source)

The base interface for all CSS nodes.

Inheritors

Properties

Link copied to clipboard
abstract val location: CssLocation

Functions

Link copied to clipboard
abstract fun toString(indent: Int = 0): String