A generic View Control, works based on a single Content, renders FieldControls based on the AureliaControlMapper and the provided Schema. Also responsible to aggregating validation data
Usage:
<generic-view content.bind='contentInstance' schema.bind='contentSchema'></generic-view>
The optional ActionName
The bindable Content instance
the bindable ControlSchema object
a general activation method, that can be used with composition
The model to be provided to activate the Control
Generated using TypeDoc
A generic View Control, works based on a single Content, renders FieldControls based on the AureliaControlMapper and the provided Schema. Also responsible to aggregating validation data
Usage:
<generic-view content.bind='contentInstance' schema.bind='contentSchema'></generic-view>