typed-cstruct
Preparing search index...
WritableValueBuilder
Type Alias WritableValueBuilder<T, Ctx>
type
WritableValueBuilder
<
T
,
Ctx
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
,
>
=
{
alignment
?:
number
;
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
>
Index
Properties
alignment?
proxy?
size
Methods
read
write
Properties
Optional
Readonly
alignment
alignment
?:
number
Optional
proxy
proxy
?:
undefined
Readonly
size
size
:
number
Methods
read
read
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
T
Parameters
opts
:
ValueBuilderOptions
ctx
:
Ctx
Returns
T
write
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
On This Page
Properties
alignment
proxy
size
Methods
read
write
typed-cstruct
Loading...