ScaffolderRJSFFormProps.readonly
Home > @backstage/plugin-scaffolder-react > ScaffolderRJSFFormProps > readonly
It's possible to make the whole form read-only by setting the readonly prop. The readonly prop is then forwarded down to each field of the form. If you just want to make some fields read-only, see the ui:readonly parameter in uiSchema
Signature:
readonly?: boolean;