A renderer for use with a menu bar.

interface IRenderer {
    renderItem(data): VirtualElement;
}

Implemented by

Methods

Methods