Preparing search index...
The search index is not available
typed-cstruct
typed-cstruct
WritableValueBuilder
Type Alias WritableValueBuilder<T, Ctx>
WritableValueBuilder
:
{
proxy
?:
undefined
;
size
:
number
;
read
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
T
;
write
(
value
:
T
,
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
void
;
}
Type Parameters
T
Ctx
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Type declaration
Optional
proxy
?:
undefined
Readonly
size
:
number
read
:
function
read
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
T
Parameters
opts
:
ValueBuilderOptions
ctx
:
Ctx
Returns
T
write
:
function
write
(
value
:
T
,
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
void
Parameters
value
:
T
opts
:
ValueBuilderOptions
ctx
:
Ctx
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
typed-cstruct
Loading...