Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseScheduleFormOptions

    Options for useScheduleForm hook

    interface UseScheduleFormOptions {
        initialValues?: Partial<MeetingFormValues>;
        onError?: (error: Error) => void;
        onSuccess?: (meeting: SchedulingMeeting) => void;
    }
    Index

    Properties

    initialValues?: Partial<MeetingFormValues>

    Initial form values

    onError?: (error: Error) => void

    Callback on error

    onSuccess?: (meeting: SchedulingMeeting) => void

    Callback on successful submission