LWT JavaScript API
    Preparing search index...

    Result from a local dictionary lookup.

    interface LocalDictResult {
        definition: string;
        dictionary: string;
        pos: string | null;
        reading: string | null;
        term: string;
    }
    Index

    Properties

    definition: string
    dictionary: string
    pos: string | null
    reading: string | null
    term: string