Skip to main content
Module

x/aleph/lib/@unocss/core.ts>AutoCompleteExtractorResult

The Full-stack Framework in Deno.
Go to Latest
interface AutoCompleteExtractorResult
import { type AutoCompleteExtractorResult } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

Properties

extracted: string

The extracted string

resolveReplacement: (suggestion: string) => Replacement

The function to convert the selected suggestion back

optional
transformSuggestions: (suggestions: string[]) => string[]

The function to format suggestions