[Go to site: main page, start]

Interface AutocompleteEntry

interface AutocompleteEntry {
    identifier: string;
    label: string;
}
Index

Properties

Properties

identifier: string

A unique identifier for the entry.

label: string

A human-readable label for the entry.