Custom renderer for the SidePanel

Hierarchy

  • Renderer
    • Renderer

Constructors

Properties

titleClassName: "lm-AccordionPanel-title"

A selector which matches any title node in the accordion.

Methods

  • Create a new handle for use with a split panel.

    Returns HTMLDivElement

    A new handle element for a split panel.

  • Create a unique render key for the title.

    Parameters

    • data: Title<Widget>

      The data to use for the title.

    Returns string

    The unique render key for the title.

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