Skip to content

ISuggestOwner.renderSuggestion method

ISuggestOwner › renderSuggestion

Official

Render the suggestion item into DOM.

Signature:

renderSuggestion(value: T, el: HTMLElement): void

Parameters:

Parameter Type Description
value T
el HTMLElement

Returns: void