publicMentionableSelectMenu

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

DSL function for creating a public mentionable select menu and adding it to the current ComponentContainer.