UNPKG
@foblex/flow-animator
Version:
latest (16.1.0)
16.1.0
16.0.5
16.0.1
Animation library for @foblex/flow.
github.com/foblex/f-flow-animator
foblex/f-flow-animator
@foblex/flow-animator
/
lib
/
get-all-animated-elements
/
get-all-animated-elements-request.d.ts
7 lines
(6 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IFAnimationItem
}
from
'../i-f-animation-item'
;
export
declare
class
GetAllAnimatedElementsRequest
{
readonly
flowId
:
string
;
readonly
items
:
IFAnimationItem
[][];
constructor
(
flowId
:
string
,
items
:
IFAnimationItem
[][]
); }