turbodombuilder - v0.9.5
Preparing search index...
modelSignal
Function modelSignal
modelSignal
(
dataKey
:
string
,
blockKey
?:
string
|
number
,
)
:
<
Type
extends
object
,
Value
>
(
value
:
|
{
get
?:
(
this
:
Type
)
=>
Value
;
set
?:
(
this
:
Type
,
value
:
Value
)
=>
void
;
}
|
(
(
initial
:
Value
)
=>
Value
)
|
(
(
this
:
Type
)
=>
Value
)
|
(
(
this
:
Type
,
v
:
Value
)
=>
void
)
,
context
:
|
ClassFieldDecoratorContext
<
Type
,
Value
>
|
ClassGetterDecoratorContext
<
Type
,
Value
>
|
ClassSetterDecoratorContext
<
Type
,
Value
>
|
ClassAccessorDecoratorContext
<
Type
,
Value
>
,
)
=>
any
Parameters
dataKey
:
string
Optional
blockKey
:
string
|
number
Returns
<
Type
extends
object
,
Value
>
(
value
:
|
{
get
?:
(
this
:
Type
)
=>
Value
;
set
?:
(
this
:
Type
,
value
:
Value
)
=>
void
;
}
|
(
(
initial
:
Value
)
=>
Value
)
|
(
(
this
:
Type
)
=>
Value
)
|
(
(
this
:
Type
,
v
:
Value
)
=>
void
)
,
context
:
|
ClassFieldDecoratorContext
<
Type
,
Value
>
|
ClassGetterDecoratorContext
<
Type
,
Value
>
|
ClassSetterDecoratorContext
<
Type
,
Value
>
|
ClassAccessorDecoratorContext
<
Type
,
Value
>
,
)
=>
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
turbodombuilder - v0.9.5
Loading...