Member Junction
    Preparing search index...

    Result of a form save operation.

    interface FormSaveResult {
        DurationMs?: number;
        ErrorMessage?: string;
        Success: boolean;
    }
    Index

    Properties

    DurationMs?: number

    Number of milliseconds the save took

    ErrorMessage?: string

    Error message if save failed

    Success: boolean

    Whether the save was successful