Perseus
    Preparing search index...

    User input for the IFrame widget.

    type PerseusIFrameUserInput = {
        message?: string | null;
        status: UserInputStatus;
    }
    Index

    Properties

    Properties

    message?: string | null

    An optional message from the iframe to display alongside the score.

    The outcome of the iframe's interaction, as reported by the iframe via postMessage.