typed-cstruct
Preparing search index...
ProxyValueBuilder
Type Alias ProxyValueBuilder<T, Ctx>
type
ProxyValueBuilder
<
T
=
unknown
,
Ctx
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
,
>
=
{
alignment
?:
number
;
size
:
number
;
proxy
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
T
;
read
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
NoInfer
<
T
>
;
write
(
value
:
T
,
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
void
;
}
Type Parameters
T
=
unknown
Ctx
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Implemented by
StructBase
Index
Properties
alignment?
size
Methods
proxy
read
write
Properties
Optional
Readonly
alignment
alignment
?:
number
Readonly
size
size
:
number
Methods
proxy
proxy
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
T
Parameters
opts
:
ValueBuilderOptions
ctx
:
Ctx
Returns
T
read
read
(
opts
:
ValueBuilderOptions
,
ctx
:
Ctx
)
:
NoInfer
<
T
>
Parameters
opts
:
ValueBuilderOptions
ctx
:
Ctx
Returns
NoInfer
<
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
size
Methods
proxy
read
write
typed-cstruct
Loading...