Output
com.reactific.riddl.language.AST.Output
case class Output(loc: At, id: Identifier, types: Seq[Type], putOut: MessageRef, brief: Option[LiteralString], description: Option[Description]) extends UIElement
A UI Element that presents some information to the user
Value parameters
- brief
-
A brief description of the view
- description
-
A detailed description of the view
- id
-
unique identifier oof the view
- loc
-
Location of the view in the source
- putOut
-
A result reference for the data too be presented
- types
-
any type definitions the view needs
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UIElementtrait ApplicationDefinitiontrait Definitiontrait Container[Definition]trait BrieflyDescribedValuetrait DescribedValuetrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- BrieflyDescribedValue
Attributes
- Inherited from:
- DescribedValue
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- BrieflyDescribedValue
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- DescribedValue
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Container
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Definition
Concrete fields
In this article