cel-tui
    Preparing search index...

    Interface SelectInstance

    A Select component instance returned by Select.

    Call it to get the current Node tree for rendering. Use .reset() to clear the search query and highlight.

    interface SelectInstance {
        reset(): void;
        (): ContainerNode;
    }
    Index

    Methods

    Methods