wbs
PRO
The functionality is available in PRO Edition only
Description
Enables Work Breakdown Structure (WBS) numbering in the Gantt gridUsage
wbs?: boolean;
Parameters
wbs- enables/disables WBS numbering:false(default) — WBS is disabledtrue— enables WBS numbering and prepends a WBS column to the grid
Example
<script>
import { Gantt } from "@svar-ui/svelte-gantt";
</script>
<Gantt
{tasks}
{links}
{scales}
wbs
/>
Related articles: