bireactive - v0.3.1
Variable slot
Const
slot
:
{
int
:
(
cell
:
Writable
<
Num
>
,
name
?:
string
)
=>
Slot
<
number
>
;
num
:
(
cell
:
Writable
<
Num
>
,
name
?:
string
)
=>
Slot
<
number
>
;
pick
:
(
cell
:
Writable
<
Str
>
,
options
:
readonly
string
[]
,
name
?:
string
,
)
=>
Slot
<
string
>
;
str
:
(
cell
:
Writable
<
Str
>
,
name
?:
string
)
=>
Slot
<
string
>
;
}
= ...
Slot constructors that infer the codec from the cell's value class.
Type Declaration
int
:
(
cell
:
Writable
<
Num
>
,
name
?:
string
)
=>
Slot
<
number
>
num
:
(
cell
:
Writable
<
Num
>
,
name
?:
string
)
=>
Slot
<
number
>
pick
:
(
cell
:
Writable
<
Str
>
,
options
:
readonly
string
[]
,
name
?:
string
)
=>
Slot
<
string
>
str
:
(
cell
:
Writable
<
Str
>
,
name
?:
string
)
=>
Slot
<
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Demo
bireactive - v0.3.1
Slot constructors that infer the codec from the cell's value class.