publicRoleSelectMenu
suspend fun ComponentContainer.publicRoleSelectMenu(row: Int? = null, builder: suspend PublicRoleSelectMenu<ModalForm>.() -> Unit): PublicRoleSelectMenu<ModalForm>
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.