Zum Hauptinhalt springen

deleteAllSections

Info

Dieses Feature ist nur in der PRO Edition verfügbar.

Description

Entfernt alle Sections aus der aktiven Ansicht

deleteAllSections: () => void

Example

scheduler.createTimelineView({
name: "timeline",
render:"tree",
...
y_unit:[
{key:"managers", label:"Administration"},
{key:"accounts", label:"Buchhaltungsabteilung"},
{key:"sales", label:"Vertrieb und Marketing"},
{key:"production", label:"Produktionsabteilung"}
]
});
...
scheduler.deleteAllSections();

Applicable views: Timeline view

Details

Hinweis

Die Methode erfordert, dass das treetimeline Plugin aktiviert ist.

Hinweis

Wenn die aktuelle Ansicht keine Timeline mit 'Tree'-Rendering ist, hat diese Methode keine Wirkung.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.