TAMS Club Calendar Frontend Documentation
Preparing search index...
types/history
HistoryListData
Interface HistoryListData
The data that is passed when GET /history is called
interface
HistoryListData
{
dataList
:
HistoryData
[]
;
historyList
:
History
[]
;
}
Index
Properties
data
List
history
List
Properties
data
List
dataList
:
HistoryData
[]
Display data list
history
List
historyList
:
History
[]
History object list
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
List
history
List
TAMS Club Calendar Frontend Documentation
Loading...
The data that is passed when GET /history is called