Refactor #3924 - For Timeline

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-10 10:28:34 +03:00
parent 66f615ad71
commit 6587650287
4 changed files with 66 additions and 7 deletions

View file

@ -22,6 +22,12 @@ const TimelineProps = [
type: 'string',
default: 'null',
description: 'Name of the field that uniquely identifies the a record in the data.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];