TextAreaResize

interface TextAreaResize

definition of the theme's textArea resizes

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

both
Link copied to clipboard
js
abstract val both: Style<BasicParams>
horizontal
Link copied to clipboard
js
abstract val horizontal: Style<BasicParams>
none
Link copied to clipboard
js
abstract val none: Style<BasicParams>
vertical
Link copied to clipboard
js
abstract val vertical: Style<BasicParams>