Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / GanttLayoutProps

Interface: GanttLayoutProps

甘特布局属性

Gantt layout props

Properties

actualEndTimeColumnName?

optional actualEndTimeColumnName: string

实际结束时间列名

Actual end time column name

Defined in

props/functionProps.ts:438


actualStartTimeColumnName?

optional actualStartTimeColumnName: string

实际开始时间列名

Actual start time column name

Defined in

props/functionProps.ts:432


planEndTimeColumnName

planEndTimeColumnName: string

计划结束时间列名

Plan end time column name

Defined in

props/functionProps.ts:426


planStartTimeColumnName

planStartTimeColumnName: string

计划开始时间列名

Plan start time column name

Defined in

props/functionProps.ts:420


showKind

showKind: GanttShowKind

显示类型

Show kind

Defined in

props/functionProps.ts:414


timelineWidth

timelineWidth: number

时间线宽度

Timeline width

Defined in

props/functionProps.ts:408