TimelineKit API
Docs
Gantt Chart
Resource Scheduler
Event Calendar
Preparing search index...
BaseTaskColor
Class BaseTaskColor
Base color palette for a single task/event color index. Shared by all timeline components.
Hierarchy (
View Summary
)
BaseTaskColor
GanttChartTaskColor
EventCalendarEntryColor
Index
Constructors
constructor
Properties
border
Color
color1
color2
highlight
Color
Methods
create
Constructors
constructor
new
BaseTaskColor
()
:
BaseTaskColor
Returns
BaseTaskColor
Properties
border
Color
borderColor
:
string
|
null
= null
color1
color1
:
string
= '#aabbff'
color2
color2
:
string
= '#6677dd'
highlight
Color
highlightColor
:
string
= 'rgba(50, 70, 200, 0.4)'
Methods
Static
create
create
<
T
extends
BaseTaskColor
>
(
this
:
new
()
=>
T
,
props
:
Partial
<
T
>
)
:
T
Type Parameters
T
extends
BaseTaskColor
Parameters
this
:
new
()
=>
T
props
:
Partial
<
T
>
Returns
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
border
Color
color1
color2
highlight
Color
Methods
create
Docs
Gantt Chart
Resource Scheduler
Event Calendar
TimelineKit API
Loading...
Base color palette for a single task/event color index. Shared by all timeline components.