ComponentTypeFunction

data class ComponentTypeFunction(val implementedBy: ComponentTypeDataConnector? = null, val requiredProperties: List<String>? = null, val scope: ComponentTypeFunctionScope? = null)

The function of component type.

Constructors

Link copied to clipboard
constructor(implementedBy: ComponentTypeDataConnector? = null, requiredProperties: List<String>? = null, scope: ComponentTypeFunctionScope? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data connector.

Link copied to clipboard

The required properties of the function.

Link copied to clipboard

The scope of the function.