Interface WordbookShortcut

dicts: Search for the word on dicts.cn website;
fill: Copy and paste the JSON data for the word from dicts.cn into the prompt dialog;

Hierarchy

  • WordbookShortcut

Properties

Properties

action?: ((word: string) => any)

Type declaration

    • (word: string): any
    • Parameters

      • word: string

      Returns any

generate?: ((word: string) => string)

Type declaration

    • (word: string): string
    • Parameters

      • word: string

      Returns string

type: "fill" | WordbookFormatType | "dicts"

Generated using TypeDoc