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.

  • 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