I added a PCF Custom control to a column in model-driven app.
The column is required by a business rule but the form field is not mandatory (no red star and no check).
I tried to check if there was a property to control it in the code by I'm not able to access this property.
I can find is disabled or not (context.mode.isControlDisabled) but not if it's mandatory.
Any Ideas?