panelTypeSetOf

fun panelTypeSetOf(vararg panelTypes: KClass<out AnyPanel>): PanelTypeSet

Creates a set containing panelTypess. This is used to communicate to Frontends and system UIs which Panel types are available or supported. As such the set may not contain the very base types of Panels such as GenericPanel or GenericDismissablePanel.