svsmate - v1.1.1
    Preparing search index...

    Provides a tree view of parsed Blackboard course materials. Watches .json files and folders for live updates.

    Implements

    Index

    Properties

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

    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 TreeItem representation of the element

      Parameters

      • element: BBMaterialItem

        The element for which TreeItem representation is asked for.

      Returns TreeItem

      TreeItem representation of the element.