PanelPresets extension
Factory methods for common panel styles.
- on
Static Methods
-
error(
String title, String content) → Panel -
Available on Panel, provided by the PanelPresets extension
Creates an error-styled panel. -
info(
String title, String content) → Panel -
Available on Panel, provided by the PanelPresets extension
Creates an info-styled panel. -
success(
String title, String content) → Panel -
Available on Panel, provided by the PanelPresets extension
Creates a success-styled panel. -
warning(
String title, String content) → Panel -
Available on Panel, provided by the PanelPresets extension
Creates a warning-styled panel.