The default implementation of IRenderer.

Hierarchy (view full)

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

  • Create a unique render key for the title.

    Parameters

    Returns string

    The unique render key for the title.

    Notes

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