Component Type Function
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)