SelectItemParams.itemTextFunc method
SelectItemParams › itemTextFunc
Get the display text for each itemSignature:
itemTextFunc(this: void, item: T): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| item | T | The item to get the display text for. |
Returns: string — The display text for the item.