> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Lini Masa

> Dokumentasi komponen Lini Masa di YiDA — konfigurasikan konten dan status setiap node untuk menampilkan proses atau peristiwa secara vertikal dalam urutan kronologis.

Menampilkan aliran informasi berbasis waktu secara vertikal.

## Kapan digunakan

* Ketika serangkaian informasi perlu disusun dari atas ke bawah dalam urutan kronologis.
* Ketika lini masa diperlukan untuk menghubungkan informasi secara visual.

## Contoh komponen

## Properti komponen

| Atribut      | Deskripsi                               | Tipe                                                                            | Default                                                                                                                                                                                                                                                                                                                                   |
| ------------ | --------------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `animation`  | Mengaktifkan atau menonaktifkan animasi | `boolean`                                                                       | `true`                                                                                                                                                                                                                                                                                                                                    |
| `dataSource` | Mengonfigurasi data lini masa           | [TimelineDataSource\[\]](/id/open/yida/components/interface#timelinedatasource) | `[ { title: { zh_CN: "春天", en_US: "Spring", type: "i18n", }, time: "2021-03-10", }, { title: { zh_CN: "夏天", en_US: "Summer", type: "i18n", }, time: "2016-06-11", }, { title: { zh_CN: "秋天", en_US: "Autumn", type: "i18n", }, time: "2016-09-09", }, { title: { zh_CN: "冬天", en_US: "Winter", type: "i18n", }, time: "2016-12-08", }, ]` |
| `fold`       | Mengonfigurasi pelipatan data           | `any[]`                                                                         | `[ { foldArea: [1, 2], foldShow: false, }, ]`                                                                                                                                                                                                                                                                                             |
