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

    Interface SpotlightOptions<TItem>

    Options accepted by spotlight.

    interface SpotlightOptions<TItem extends SpotlightItem = SpotlightItem> {
        box?: BoxElementOptions;
        content?: BoxElementOptions;
        input?: BoxElementOptions;
        data: SpotlightData<TItem>;
        results?: BoxElementOptions;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Full-screen layer position, style, and standard Blessed settings.

    Panel layout overrides.

    Search input layout overrides.

    Text, state, actions, and semantic theme configuration.

    Results menu layout overrides.

    parent: Node

    Blessed screen or node receiving the Spotlight layer.