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

    Interface CollectionNavigationOptions

    Options controlling one collection navigation operation.

    interface CollectionNavigationOptions {
        loop?: boolean;
    }
    Index

    Properties

    Properties

    loop?: boolean

    Whether navigation wraps at collection boundaries.

    true