ROOC
Try in the editor
ROOC docs
GitHub
Preparing search index...
runtime
ExtractArgTypes
Type Alias ExtractArgTypes<T>
ExtractArgTypes
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
[
string
,
infer
Type
extends
SerializedAddressableAccess
,
]
?
Type
extends
{
type
:
"Iterable"
}
?
{
type
:
"Iterable"
;
value
:
SerializedAddressableAccess
&
{
type
:
`
${
Type
[
"value"
]
[
"type"
]
}
s
`
;
}
;
}
:
SerializedAddressableAccess
&
{
type
:
Type
[
"type"
]
}
:
never
}
Type Parameters
T
extends
[
string
,
SerializedAddressableAccess
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Try in the editor
ROOC docs
GitHub
ROOC
Loading...