ThreePipe
Preparing search index...
extractAnimationKey
Function extractAnimationKey
extractAnimationKey
(
o
:
IAnimationObject
<
any
>
,
extraGetters
?:
Record
<
string
,
(
key
:
string
,
acc
:
string
[]
,
)
=>
undefined
|
{
acc
:
string
[]
;
onChange
?:
()
=>
void
;
tar
:
any
}
,
>
,
)
:
|
{
key
:
undefined
;
onChange
?:
undefined
;
tar
:
any
}
|
{
key
:
string
;
onChange
:
undefined
|
(
()
=>
void
)
;
tar
:
any
}
Parameters
o
:
IAnimationObject
<
any
>
Optional
extraGetters
:
Record
<
string
,
(
key
:
string
,
acc
:
string
[]
,
)
=>
undefined
|
{
acc
:
string
[]
;
onChange
?:
()
=>
void
;
tar
:
any
}
,
>
Returns
|
{
key
:
undefined
;
onChange
?:
undefined
;
tar
:
any
}
|
{
key
:
string
;
onChange
:
undefined
|
(
()
=>
void
)
;
tar
:
any
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ThreePipe
Loading...