Perseus
    Preparing search index...

    Type Alias PerseusDefinitionWidgetOptions

    Options for the definition widget. Reveals a definition on click.

    type PerseusDefinitionWidgetOptions = {
        definition: string;
        static: boolean;
        togglePrompt: string;
    }
    Index

    Properties

    definition: string

    Translatable text; the definition of the word. e.g. "where 2 rays connect"

    static: boolean

    Always false. Not used for this widget

    togglePrompt: string

    Translatable text; the word to define. e.g. "vertex"