publicRoleSelectMenu

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

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