Skip to content

SelectItemParams.itemTextFunction method

SelectItemParams › itemTextFunction

Get the display text for each item

Signature:

itemTextFunction(this: void, item: T): string

Parameters:

ParameterTypeDescription
thisvoid
itemTThe item to get the display text for.

Returns: stringThe display text for the item.