LWT JavaScript API
    Preparing search index...
    interface InlineEditOptions {
        cancelText?: string;
        cols?: number;
        indicator?: string;
        rows?: number;
        submitText?: string;
        tooltip?: string;
        url: string;
    }
    Index

    Properties

    cancelText?: string

    Text for the cancel button

    cols?: number

    Number of columns for the textarea

    indicator?: string

    HTML to show while saving

    rows?: number

    Number of rows for the textarea

    submitText?: string

    Text for the submit button

    tooltip?: string

    Tooltip text shown on hover

    url: string

    URL to POST the edited value to