toggle menu
models
2.0.0-Beta06
common
switch theme
search in API
models
/
joyfill2.text_area
/
TextAreaCell
Text
Area
Cell
interface
TextAreaCell
:
Cell
,
TextAreaComponent
Members
Properties
column
Link copied to clipboard
abstract
override
val
column
:
TextAreaColumn
hidden
Link copied to clipboard
abstract
var
hidden
:
Boolean
id
Link copied to clipboard
abstract
var
id
:
String
required
Link copied to clipboard
abstract
var
required
:
Boolean
title
Link copied to clipboard
abstract
var
title
:
String
type
Link copied to clipboard
abstract
var
type
:
Type
value
Link copied to clipboard
abstract
val
value
:
Any
?
Functions
to
Json
Object
Link copied to clipboard
abstract
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
abstract
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>