Skip to content

AtFileHint

Category: UI

Source: at_file_hint.dart

Classes

AtFileHint

Constructor

dart
AtFileHint({String? cwd})

Properties

PropertyTypeDescription
cwdString
maxVisibleconst
activebool get
selectedint get
matchCountint get
tokenStartint get
activebool get
selectedint get
matchCountint get
tokenStartint get
overlayHeightint get

Methods

void dismiss()
void update(String buffer, int cursor)
void moveUp()
void moveDown()
AcceptResult? accept(String buffer, int cursor)
List<String> render(int width)

Released under the MIT License.