jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Add Interface for config of Jsonforms-Angular

Open lambnoah99 opened this issue 3 years ago • 2 comments

Add Interface for Jsonforms-Config, instead of 'any' Datatype. This applies only for the Angular-Version.

lambnoah99 avatar Sep 21 '22 11:09 lambnoah99

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 21 '22 11:09 CLAassistant

The config can actually be any. It's the renderer set which determines how the config shall 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 the config.

Maybe an extensible interface (I'd say readonly and hideRequiredAsterisk could/should be supported by every renderer)?

lambnoah99 avatar Sep 23 '22 07:09 lambnoah99