svsmate - v1.1.1
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    onDidChangeTreeData: Event<undefined | CalendarItem> = ...

    An optional event to signal that an element or root has changed. This will trigger the view to update the changed element/root and its children recursively (if shown). To signal that root has changed, do not pass any argument or pass undefined or null.

    Methods

    • Get the children of element or root if no element is passed.

      Parameters

      • Optionalelement: CalendarItem

        The element from which the provider gets children. Can be undefined.

      Returns Promise<CalendarItem[]>

      Children of element or root if no element is passed.

    • Get TreeItem representation of the element

      Parameters

      • element: CalendarItem

        The element for which TreeItem representation is asked for.

      Returns TreeItem

      TreeItem representation of the element.