OverflowBaseValues

open class OverflowBaseValues(val key: String) : PropertyValues

Predefined common values for the overflow related properties.

This class acts only as base class and should not be used directly!

Please use one of the implementing objects instead:

See also

Parameters

key

the name of the CSS property with a colon as suffix

Constructors

Link copied to clipboard
fun OverflowBaseValues(key: String)

Properties

Link copied to clipboard
val auto: OverflowProperty
Link copied to clipboard
val hidden: OverflowProperty
Link copied to clipboard
val inherit: OverflowProperty
Link copied to clipboard
open override val key: String
Link copied to clipboard
val scroll: OverflowProperty
Link copied to clipboard
val visible: OverflowProperty

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard