Interface IRenderer

A renderer for use with a menu.

interface IRenderer {
    renderItem(data): VirtualElement;
}

Implemented by

Methods

Methods