Options
All
  • Public
  • Public/Protected
  • All
Menu

The default implementation of an IRenderer.

Hierarchy

  • Renderer

Implements

Index

Constructors

constructor

Properties

Private _constructNode

_constructNode: any

Attaches type and match nodes to base node.

Private _createBaseNode

_createBaseNode: any

Create base node with the value to be inserted

Private _createMatchNode

_createMatchNode: any

Create match node to highlight potential prefix match within result.

Methods

createCompletionItemNode

  • createCompletionItemNode(item: ICompletionItem, orderedTypes: string[]): HTMLLIElement
  • Create an item node from an ICompletionItem for a text completer menu.

    Parameters

    Returns HTMLLIElement

createItemNode

  • createItemNode(item: IItem, typeMap: TypeMap, orderedTypes: string[]): HTMLLIElement
  • Create an item node for a text completer menu.

    Parameters

    Returns HTMLLIElement

Generated using TypeDoc