Preparing search index...
The search index is not available
ThreePipe
ThreePipe
AnimationResult
Interface AnimationResult
interface
AnimationResult
{
_stop
?:
()
=>
void
;
id
:
string
;
options
:
AnimationOptions
<
any
>
;
promise
:
Promise
<
string
>
;
stop
:
()
=>
void
;
targetRef
?:
{
key
:
string
;
target
:
any
}
;
}
Index
Properties
_stop?
id
options
promise
stop
target
Ref?
Properties
Optional
_stop
_stop
?:
()
=>
void
id
id
:
string
options
options
:
AnimationOptions
<
any
>
promise
promise
:
Promise
<
string
>
stop
stop
:
()
=>
void
Optional
target
Ref
targetRef
?:
{
key
:
string
;
target
:
any
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_stop
id
options
promise
stop
target
Ref
ThreePipe
Loading...