Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableOfContentsRegistry

Interface describing the table of contents registry.

Hierarchy

Index

Accessors

Methods

Accessors

collapseChanged

Methods

add

  • Adds a table of contents generator to the registry.

    Parameters

    • generator: IGenerator<Widget>

      table of contents generator

    Returns void

find

  • Finds a table of contents generator for a widget.

    Notes

    • If unable to find a table of contents generator, the method return undefined.

    Parameters

    • widget: Widget

      widget

    Returns IGenerator<Widget>

    table of contents generator

Generated using TypeDoc