LWT JavaScript API
    Preparing search index...

    Inline edit response.

    interface InlineEditResponse {
        error?: string;
        success: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    error?: string
    success: boolean
    value: string