The default implementation of an IRenderer.

Hierarchy

  • Renderer

Implements

Constructors

Methods

  • Create a node for a header item.

    Parameters

    • label: string

    Returns HTMLElement

  • Get the node containing the file name.

    Parameters

    • node: HTMLElement

      A node created by [[createItemNode]].

    Returns HTMLElement

    The node containing the file name.

  • Handle a header click.

    Parameters

    • node: HTMLElement

      A node populated by [[populateHeaderNode]].

    • event: MouseEvent

      A click event on the node.

    Returns ISortState

    The sort state of the header after the click event.

  • Populate and empty header node for a dir listing.

    Parameters

    Returns void

  • Update an item node to reflect the current state of a model.

    Parameters

    Returns void

Generated using TypeDoc