ScaffolderClient.autocomplete()
Home > @backstage/plugin-scaffolder
> ScaffolderClient
> autocomplete
Signature:
autocomplete({ token, resource, provider, context, }: {
token: string;
provider: string;
resource: string;
context?: Record<string, string>;
}): Promise<{
results: {
title: string;
}[];
}>;
Parameters
Parameter |
Type |
Description |
---|---|---|
{ token, resource, provider, context, } |
{ token: string; provider: string; resource: string; context?: Record<string, string>; } |
Promise<{ results: { title: string; }[]; }>