Hex Core JS
    Preparing search index...

    Type Alias FormChangesDialogBoxProps<FV>

    FormChangesDialogBoxProps: {
        disabled?: boolean;
        formState: FormChangesDialogBoxFormStateFragment<FV>;
        onSubmit: ReturnType<FormState<FV>["onSubmitWrapper"]>;
    } & Partial<ClassNameProps>

    Type Parameters

    Type Declaration

    • Optionaldisabled?: boolean

      Indicates whether the submit and reset buttons should be disabled.

    • formState: FormChangesDialogBoxFormStateFragment<FV>

      State of the form.

    • onSubmit: ReturnType<FormState<FV>["onSubmitWrapper"]>

      Function to call when the submit button is clicked.