Wagtail client-side components
    Preparing search index...

    Successful response from an autosave request.

    interface AutosaveSuccessResponse {
        field_updates?: { [key: string]: string };
        html?: string;
        hydrate_url?: string;
        pk: string | number;
        revision_created_at?: string;
        revision_id?: number;
        success: true;
        url?: string;
    }
    Index

    Properties

    field_updates?: { [key: string]: string }
    html?: string
    hydrate_url?: string
    pk: string | number
    revision_created_at?: string
    revision_id?: number
    success: true
    url?: string