description:'Position of the timeline bar relative to the content. Valid values are "left", "right" for vertical layout and "top", "bottom" for horizontal layout.'
},
{
name:"layout",
type:"string",
default:"vertical",
description:'Orientation of the timeline, valid values are "vertical" and "horizontal".'
},
{
name:"dataKey",
type:"string",
default:"null",
description:"Name of the field that uniquely identifies the a record in the data."
}
];
constTimelineSlots=[
{
name:"opposite",
description:"Custom content for the content to be placed at the other side of the bar"