Skip to main content

ReviewStepProps

Home > @backstage/plugin-scaffolder-react > ReviewStepProps

The props for the Last Step in scaffolder template form. Which represents the summary of the input provided by the end user.

Signature:

export type ReviewStepProps = {
disableButtons: boolean;
formData: JsonObject;
handleBack: () => void;
handleReset: () => void;
handleCreate: () => void;
steps: {
uiSchema: UiSchema;
mergedSchema: JsonObject;
schema: JsonObject;
}[];
};

References: JsonObject