blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
ScheduleItem
Interface ScheduleItem
Schedule event item.
interface
ScheduleItem
{
id
:
string
;
label
:
string
;
status
?:
string
;
time
:
string
|
number
|
Date
;
}
Index
Properties
id
label
status?
time
Properties
id
id
:
string
Event id.
label
label
:
string
Event label.
Optional
status
status
?:
string
Optional status text.
time
time
:
string
|
number
|
Date
Start time.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
label
status
time
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Schedule event item.