@nbogie/p5.neill-utils
    Preparing search index...

    Interface Message

    interface Message {
        durationMs: number;
        msg: string;
        postTimeMs: number;
    }
    Index

    Properties

    durationMs: number

    duration (in milliseconds) for which the message should be displayed

    msg: string

    the text of the message

    postTimeMs: number

    time message was posted, in milliseconds since sketch start