Parameters provided by the user during an addAnimation.

interface Task {
    handler: any;
    params?: any;
}

Properties

Properties

handler: any

Task Name, Expression or Input Function defined by the user.

params?: any

Parameters passed to the task function