svsmate - v1.1.1
    Preparing search index...

    A single link inside the course sidebar.

    interface SidebarLink {
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    title: string

    Human-readable title shown in the UI.

    url: string

    Absolute URL of the target page.