RSX Code Reference
    Preparing search index...

    Type Alias LogStatusEntry

    The LogStatusEntry interface represents a status entry in the log info button. It contains an icon, a label and an optional count.

    type LogStatusEntry = {
        count?: number;
        icon: UIImage;
        label: UILabel;
    }
    Index
    count?: number
    icon: UIImage
    label: UILabel