Options
All
  • Public
  • Public/Protected
  • All
Menu

Custom renderer for the RTC sidebar

Hierarchy

  • Renderer
    • Renderer

Index

Constructors

constructor

  • Returns Renderer

Properties

Readonly titleClassName

titleClassName: "lm-AccordionPanel-title" = "lm-AccordionPanel-title"

A selector which matches any title node in the accordion.

Methods

createCollapseIcon

  • createCollapseIcon(data: Title<Widget>): HTMLElement
  • Render the collapse indicator for a section title.

    Parameters

    • data: Title<Widget>

      The data to use for rendering the section title.

    Returns HTMLElement

    A element representing the collapse indicator.

createHandle

  • createHandle(): HTMLDivElement
  • Create a new handle for use with a split panel.

    Returns HTMLDivElement

    A new handle element for a split panel.

createSectionTitle

  • createSectionTitle(data: Title<Widget>): HTMLElement
  • Render the element for a section title.

    Parameters

    • data: Title<Widget>

      The data to use for rendering the section title.

    Returns HTMLElement

    A element representing the section title.

createTitleKey

  • createTitleKey(data: Title<Widget>): string
  • 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.

    Notes

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

Generated using TypeDoc