Options
All
  • Public
  • Public/Protected
  • All
Menu

A set of UI Utilities to help render additional UI element from a plugin

Hierarchy

  • UIUtilities

Index

Methods

isRightToLeft

  • isRightToLeft(): boolean

renderComponent

  • renderComponent(element: Element): () => void
  • Render additional react component from a plugin, with correlated theme and window context of Rooster

    Parameters

    • element: Element

      The UI element (JSX object) to render

    Returns () => void

    A disposer function to help unmount this element

      • (): void
      • Returns void

Generated using TypeDoc