Interface ITableOfContentsRegistry

Interface describing the table of contents registry.

interface ITableOfContentsRegistry {
    add(factory): IDisposable;
    getModel(widget, configuration?): undefined | TableOfContents.Model;
}

Implemented by

Methods

Methods