Skip to content

CompletionDelegate

Represents a completion provider for a route target.

public delegate ValueTask<IReadOnlyList<string>> CompletionDelegate(CompletionContext context, string input, CancellationToken cancellationToken)

ValueTask<IReadOnlyList<string>> - Completion candidates.