turbodombuilder - v0.9.22
Preparing search index...
blockIdSignal
Function blockIdSignal
blockIdSignal
(
blockKey
?:
string
|
number
,
)
:
<
Type
extends
TurboModel
<
any
,
any
,
any
,
any
,
TurboDataBlock
<
any
,
any
,
any
,
any
,
any
>
>
,
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
Function
Parameters
Optional
blockKey
:
string
|
number
Returns
<
Type
extends
TurboModel
<
any
,
any
,
any
,
any
,
TurboDataBlock
<
any
,
any
,
any
,
any
,
any
>
>
,
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
Decorator
blockIdSignal
Description
Same idea but binds the block
id
.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
turbodombuilder - v0.9.22
Loading...
Decorator
blockIdSignal
Description
Same idea but binds the block id.