Perseus
    Preparing search index...

    A "PerseusItem" is a classic Perseus item. It is rendered by the ServerItemRenderer and the layout is pre-set.

    type PerseusItem = {
        answerArea?: PerseusAnswerArea;
        hints: Hint[];
        question: PerseusRenderer;
    }
    Index

    Properties

    answerArea?: PerseusAnswerArea

    Question helpers that should be made available to the user. Perseus itself does not ship with any of these tools, they are strictly hints to the host application.

    hints: Hint[]

    A collection of hints to be offered to the user that support answering the question.

    question: PerseusRenderer

    The details of the question being asked to the user.