Data passed to update callbacks, mirroring the payload built inside the abstract autocomplete adapter.

interface UpdateCallbackData {
    description?: string;
    label: string;
    subtitle?: string;
    thing?: Thing;
    url: string;
}

Properties

description?: string
label: string
subtitle?: string
thing?: Thing
url: string