Severity Mixin
Default implementation of the SeverityProperties interface in order to apply this as mixin for a component
Constructors
SeverityMixin
Link copied to clipboard
fun SeverityMixin()
Content copied to clipboard
Functions
severity
Link copied to clipboard
open fun severity(value: SeverityProperties.SeverityContext.() -> Severity)
Content copied to clipboard
severityClassOf
Link copied to clipboard
open fun severityClassOf(severityStyle: SeverityStyles): Flow<StyleClass>
Content copied to clipboard
This function manages the task to map a value of the Severity enumeration to a corresponding style defined within the SeverityStyles interface.
Properties
severity
Link copied to clipboard