List[:class:`str`]: A list of values that have been selected by the user.
(self)
| 491 | |
| 492 | @property |
| 493 | def values(self) -> List[str]: |
| 494 | """List[:class:`str`]: A list of values that have been selected by the user.""" |
| 495 | return super().values # type: ignore |
| 496 | |
| 497 | @property |
| 498 | def type(self) -> Literal[ComponentType.string_select]: |
no outgoing calls