Interface TimelineNodeConfig<S>

interface TimelineNodeConfig<S> {
    listening?: boolean;
    style: S;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

listening?: boolean

If set to true node listens to events

style: S