Record Class SubtextStateInfo

java.lang.Object
java.lang.Record
com.inductiveautomation.eventstream.designer.ui.viewmodel.SubtextStateInfo
Record Components:
state -
supplementalText -
flags -

public record SubtextStateInfo(SubtextStateInfo.State state, String supplementalText, Set<SubtextStateInfo.Flag> flags) extends Record
Holds the state information for use with the InformationSubtextPanel.