blessed-components - v1.20.0
    Preparing search index...

    Interface AutocompleteItem

    interface AutocompleteItem {
        disabled?: boolean;
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean
    id: string
    label: string