MAIDR Documentation - v3.73.0
    Preparing search index...

    Interface CompareModeInfo

    Display metadata for the rotor's two compare modes. label is the rotor unit name announced when cycling modes; noun is the phrase used in "No {noun} found ..." boundary messages.

    interface CompareModeInfo {
        lower: { label: string; noun: string };
        higher: { label: string; noun: string };
    }
    Index

    Properties

    Properties

    lower: { label: string; noun: string }
    higher: { label: string; noun: string }