Perseus
    Preparing search index...

    User input for the CS Program widget.

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

    Properties

    Properties

    message: string | null

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

    The outcome of the CS program run, as reported by the program itself via postMessage.