Path parameters defined in an Animation Property.

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

Properties

Properties

handler: any

Defines a Path by Name, Expression or Code Handler

params?: any

Params passed to the Path. Depends on the Path Type