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