ephemeralStringSelectMenu

suspend fun <M : ModalForm> ComponentContainer.ephemeralStringSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend EphemeralStringSelectMenu<M>.() -> Unit): EphemeralStringSelectMenu<M>

DSL function for creating an ephemeral string select menu and adding it to the current ComponentContainer.