Info about a unit.

interface UnitInfo {
    $ID: string;
    $Type: string;
    moduleName?: string;
    name?: string;
}

Properties

$ID: string

The unique id of the element.

$Type: string

The type of the element.

moduleName?: string

The name of the module containing the unit.

name?: string

The name of the unit.