@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface UnitInfo

    Info about a unit.

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

    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.