torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface PidCategory

    A grouped set of PIDs. Categories render as the section headers in the Charts-tab PID picker drawer.

    interface PidCategory {
        id: PidCategoryId;
        label: string;
        pids: readonly PidEntry[];
    }
    Index

    Properties

    Properties

    label: string
    pids: readonly PidEntry[]