SelectItemParams.itemTextFunction method
SelectItemParams › itemTextFunction
Get the display text for each itemSignature:
itemTextFunction(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.