TimelineModelFields
Interface
Defines the model fields that will be used for creating TimelineEvent instances.
Definition
Package:@progress/kendo-angular-layout
Properties
actions?
string
The name of the actions model field.
Default:
"actions"
date
string
The name of the date model field.
Default:
"date"
description?
string
The name of the description model field.
Default:
"description"
expanded?
string
The name of the expanded model field.
Default:
"expanded"
images?
string
The name of the images model field.
Default:
"images"
subtitle?
string
The name of the subtitle model field.
Default:
"subtitle"
title
string
The name of the title model field.
Default:
"title"