The default implementation of IRenderer.

Hierarchy

Implements

Constructors

Properties

_titleID: number = 0
_titleKeys: WeakMap<Title<Widget>, string> = ...
_uuid: number
titleClassName: "lm-AccordionPanel-title" = 'lm-AccordionPanel-title'

A selector which matches any title node in the accordion.

_nInstance: number = 0

Methods

  • Render the element for a section title.

    Returns

    A element representing the section title.

    Parameters

    • data: Title<Widget>

      The data to use for rendering the section title.

    Returns HTMLElement

  • Create a unique render key for the title.

    Returns

    The unique render key for the title.

    Notes

    This method caches the key against the section title the first time the key is generated.

    Parameters

    Returns string

Generated using TypeDoc