FolderCustomModuleCustomConfigCustomOutputPropertyValueExpression

data class FolderCustomModuleCustomConfigCustomOutputPropertyValueExpression(val description: String? = null, val expression: String, val location: String? = null, val title: String? = null)

Constructors

constructor(description: String? = null, expression: String, location: String? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

Link copied to clipboard

Textual representation of an expression in Common Expression Language syntax.

Link copied to clipboard
val location: String? = null

String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

Link copied to clipboard
val title: String? = null

Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.