How can I get to the share-config-custom config evaulators? Specifically to the form configurations for my custom data model.
I want this because in addition to seeing only a subset of properties, I need to create a PDF containing this metadata with some extras. Is there a way to do this without duplicating field-visibility items?
In current surf core configure service implementation,evaluators is a private property of BaseConfigService and getEvaluators is a protected method.So there is no direct api that expose getEvaluators interface,Except you customize surf core configure service.