Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.02 KB

kui_shell_core.TabCompletionSpec.md

File metadata and controls

40 lines (22 loc) · 1.02 KB

Kui API Documentation - v11.0.0 / @kui-shell/core / TabCompletionSpec

Interface: TabCompletionSpec

@kui-shell/core.TabCompletionSpec

A registrar for enumerators

Table of contents

Properties

Properties

toBeCompleted

toBeCompleted: string

The prefix of the to-be-completed parameter that has been typed so far.

Defined in

packages/core/src/repl/tab-completion.ts:29


toBeCompletedIdx

toBeCompletedIdx: number

An index into CommandLine.argv, or -1 if it is the trailing argument that is to be completed.

Defined in

packages/core/src/repl/tab-completion.ts:35