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

    Interface CollectionItem

    Minimum shape required by collection-based terminal primitives.

    interface CollectionItem {
        disabled?: boolean;
        id: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    Whether navigation and interaction must skip the item.

    id: string

    Stable identifier used for navigation and state.