jsonforms
jsonforms copied to clipboard
Add Interface for config of Jsonforms-Angular
Add Interface for Jsonforms-Config, instead of 'any' Datatype. This applies only for the Angular-Version.
The config can actually be
any. It's the renderer set which determines how theconfigshall be used. Even if we wanted to restrict this to the use case of default UI Schema options then this is too limited. There can be any number of custom renderers which look up additional properties in theconfig.
Maybe an extensible interface (I'd say readonly and hideRequiredAsterisk could/should be supported by every renderer)?