Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
ParsedTextArea
Class ParsedTextArea
Index
Properties
$
$attrs
$data
$el
$emit
$force
Update
$next
Tick
$options
$parent
$props
$refs
$root
$slots
disabled?
max
Rows
min
Rows
model
Value
parser
Methods
$watch
Properties
$
$
:
ComponentInternalInstance
$attrs
$attrs
:
Data
$data
$data
:
{}
Type declaration
$el
$el
:
any
$emit
$emit
:
(
(
event
:
string
,
...
args
:
any
[]
)
=>
void
)
Type declaration
(
event
:
string
,
...
args
:
any
[]
)
:
void
Parameters
event
:
string
Rest
...
args
:
any
[]
Returns
void
$force
Update
$force
Update
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
$next
Tick
$next
Tick
:
(
<
T
,
R
>
(
this
:
T
,
fn
?:
(
(
this
:
T
)
=>
R
)
)
=>
Promise
<
Awaited
<
R
>
>
)
Type declaration
<
T
,
R
>
(
this
:
T
,
fn
?:
(
(
this
:
T
)
=>
R
)
)
:
Promise
<
Awaited
<
R
>
>
Type Parameters
T
=
void
R
=
void
Parameters
this
:
T
Optional
fn
:
(
(
this
:
T
)
=>
R
)
(
this
:
T
)
:
R
Parameters
this
:
T
Returns
R
Returns
Promise
<
Awaited
<
R
>
>
$options
$options
:
ComponentOptionsBase
<
Readonly
<
ExtractPropTypes
<
{
disabled
:
{
type
:
PropType
<
boolean
>
;
}
;
maxRows
:
{
default
:
number
;
type
:
PropType
<
number
>
;
}
;
minRows
:
{
default
:
number
;
type
:
PropType
<
number
>
;
}
;
modelValue
:
{
required
:
true
;
type
:
PropType
<
any
>
;
}
;
parser
:
{
required
:
true
;
type
:
PropType
<
SyntaxParser
<
any
>
>
;
}
;
}
>
>
,
{}
,
unknown
,
{}
,
{}
,
ComponentOptionsMixin
,
ComponentOptionsMixin
,
{}
,
string
,
{
maxRows
:
number
;
minRows
:
number
;
}
,
{}
,
string
,
{}
>
&
MergedComponentOptionsOverride
$parent
$parent
:
null
|
ComponentPublicInstance
<
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
false
,
ComponentOptionsBase
<
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
{}
,
{}
,
string
,
{}
>
,
{}
,
{}
>
$props
$props
:
Partial
<
{
maxRows
:
number
;
minRows
:
number
;
}
>
&
Omit
<
{
disabled
?:
boolean
;
maxRows
:
number
;
minRows
:
number
;
modelValue
:
any
;
parser
:
SyntaxParser
<
any
>
;
}
&
VNodeProps
&
AllowedComponentProps
&
ComponentCustomProps
&
Readonly
<
ExtractPropTypes
<
{
disabled
:
{
type
:
PropType
<
boolean
>
;
}
;
maxRows
:
{
default
:
number
;
type
:
PropType
<
number
>
;
}
;
minRows
:
{
default
:
number
;
type
:
PropType
<
number
>
;
}
;
modelValue
:
{
required
:
true
;
type
:
PropType
<
any
>
;
}
;
parser
:
{
required
:
true
;
type
:
PropType
<
SyntaxParser
<
any
>
>
;
}
;
}
>
>
,
"minRows"
|
"maxRows"
>
$refs
$refs
:
Data
$root
$root
:
null
|
ComponentPublicInstance
<
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
{}
,
false
,
ComponentOptionsBase
<
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
any
,
{}
,
{}
,
string
,
{}
>
,
{}
,
{}
>
$slots
$slots
:
Readonly
<
InternalSlots
>
Optional
Readonly
disabled
disabled
?:
boolean
Readonly
max
Rows
max
Rows
:
number
Readonly
min
Rows
min
Rows
:
number
Readonly
model
Value
model
Value
:
any
Readonly
parser
parser
:
SyntaxParser
<
any
>
Methods
$watch
$watch
<
T
extends
string
|
(
(
...
args
:
any
)
=>
any
)
>
(
source
:
T
,
cb
:
T
extends
(
(
...
args
:
any
)
=>
R
)
?
(
(
...
args
:
[
R
,
R
]
)
=>
any
)
:
(
(
...
args
:
any
)
=>
any
)
,
options
?:
WatchOptions
<
boolean
>
)
:
WatchStopHandle
Type Parameters
T
extends
string
|
(
(
...
args
:
any
)
=>
any
)
Parameters
source
:
T
cb
:
T
extends
(
(
...
args
:
any
)
=>
R
)
?
(
(
...
args
:
[
R
,
R
]
)
=>
any
)
:
(
(
...
args
:
any
)
=>
any
)
Optional
options
:
WatchOptions
<
boolean
>
Returns
WatchStopHandle
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
$
$attrs
$data
$el
$emit
$force
Update
$next
Tick
$options
$parent
$props
$refs
$root
$slots
disabled
max
Rows
min
Rows
model
Value
parser
$watch
Official Cockpit API Documentation
Houston Common Library
Loading...