Skip to content

DictionaryPage

The Dictionary hub layout: a single integrated search control (Japanese / English / Radicals modes fused to the input) above a breadcrumb trail that stitches the routed views together (search results, word entry, kanji detail, radical search). Every view is URL-addressed so back/forward, deep links, and the WordDialog's cross-link all work.

Interfaces

DictionaryTrailState

Defined in: src/features/dictionary/DictionaryPage.tsx:25

Navigation state the views pass along so the breadcrumb can show a trail.

Properties

Property Type Description Defined in
fromKanji? string The kanji view a word was opened from. src/features/dictionary/DictionaryPage.tsx:33
fromRadicals? string The picked radicals a kanji was opened from. src/features/dictionary/DictionaryPage.tsx:29
fromRadicalsMatch? string The radical match mode (all / any) the kanji was opened from. src/features/dictionary/DictionaryPage.tsx:31
fromWord? string The word view a kanji was opened from. src/features/dictionary/DictionaryPage.tsx:27

Functions

DictionaryPage()

function DictionaryPage(): Element;

Defined in: src/features/dictionary/DictionaryPage.tsx:47

The DictionaryPage layout component.

Returns

Element

The dictionary hub.