Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
TableSerCtx
Interface TableSerCtx
interface
TableSerCtx
{
bigNumsPresent
:
boolean
;
camelSnakeCache
?:
Record
<
string
,
string
>
;
codecs
:
Codecs
<
TableCodecSerDesFns
>
;
customState
:
Record
<
string
,
any
>
;
mutatingInPlace
:
boolean
;
path
:
string
[]
;
rootObj
:
SomeDoc
;
continue
(
)
:
readonly
[
2
]
;
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
;
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
;
}
Hierarchy (
view full
)
BaseSerCtx
<
TableCodecSerDesFns
>
TableSerCtx
Index
Properties
big
Nums
Present
camel
Snake
Cache?
codecs
custom
State
mutating
In
Place
path
root
Obj
Methods
continue
done
recurse
Properties
big
Nums
Present
big
Nums
Present
:
boolean
Optional
camel
Snake
Cache
camel
Snake
Cache
?:
Record
<
string
,
string
>
codecs
codecs
:
Codecs
<
TableCodecSerDesFns
>
custom
State
custom
State
:
Record
<
string
,
any
>
mutating
In
Place
mutating
In
Place
:
boolean
path
path
:
string
[]
root
Obj
root
Obj
:
SomeDoc
Methods
continue
continue
(
)
:
readonly
[
2
]
Returns
readonly
[
2
]
done
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
0
,
undefined
|
T
]
recurse
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
1
,
undefined
|
T
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
big
Nums
Present
camel
Snake
Cache
codecs
custom
State
mutating
In
Place
path
root
Obj
continue
done
recurse
@datastax/astra-db-ts
Loading...