LWT JavaScript API
    Preparing search index...
    • Simple inline display of local dictionary results (non-Alpine version). Useful for simpler integration without full component.

      Parameters

      • langId: number

        Language ID

      • term: string

        Term to look up

      • targetElement: HTMLElement

        Element to append results to

      Returns Promise<{ results: LocalDictResult[]; showOnline: boolean }>